What is the naming convention for a resource bundle file in struts2?
No Answer is Posted For this Question
Be the First to Post Answer
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 difference between actionform and dynaactionform?
what is the disadvantage of struts frame work?
i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application
What is the purpose of @action annotation?
Can we have different controllers in one struts app?
How tag libraries are defined in Struts?
What is interceptor? And life cycle methods of interceptor?
What is the use of execAndWait interceptor?
What is http redirect?
we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. when we starting providing data in jsp pages when we are at 3rd jsp at that time sessions timeout where the data will be store which we r provide in last two jsps?
What configurations are stored in struts configuration file ?