How nested beans can be used in Struts applications?
No Answer is Posted For this Question
Be the First to Post Answer
why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?
How to convert struts to spring mvc?
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 configuration files are used in struts?
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 is the purpose of @results?
What does i18n interceptor?
How to set email notification using struts.Plz give the example code?
How does one create an action in struts 2?
What is the differences between struts1 and struts2?
What validate() and reset() method does ?
How can forward action be used to restrict a strut application to mvc?