What is the life cycle of actionform?
No Answer is Posted For this Question
Be the First to Post Answer
What are the loop holes of struts?
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 are the action classes in struts?
State the procedure for using forward attribute of link tag’s.
What is the purpose of execute method of action class?
How to combine the struts with velocity template?
who will run the execute method in struts?
What is the purpose of @before?
What is filter dispatcher in struts?
How struts 2 validation works?
Mark the differences between html tags and strut specific html tags.
Can we write our own ActionServlet for front controller of Struts Applications?