What is the purpose of action-mappings tag in struct-config.xml?
How can we work with error tags?
Explain the difference between jakarta struts and apache struts?
How you will display validation fail errors on jsp page?
is it necessary to write struts-confing.xml ,what tags are important in that xml file?
What is meant by portals???
What is dispatchaction?
List some bundled validators?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
What is the apache struts vulnerability?
Is it possible to create mulitple instance of one Action Class in struts?
How to use forward action to restrict a strut application to mvc?
How do you know what to give for the "path " under in struts-config.xml ?