What is the procedure of operation of a form tag?
No Answer is Posted For this Question
Be the First to Post Answer
If we close the browser,when the specific user session is active.Again if we open browse how to retrive it same user??what code i have to da???
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 struts framework?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
Explain how to work with error tags?
Explain struts.devmode?
What does params interceptor?
How is the mvc design pattern used in struts framework?
Can we write our own ActionServlet for front controller of Struts Applications?
Explain about tiles?
What is the difference between struts1 and struts2?
what is the disadvantages of using DynaActionForm in struts framework?