Explain the necessity of empty tag?
No Answer is Posted For this Question
Be the First to Post Answer
Which file is used by controller to get mapping information for request routing?
What is validate() and reset() functions?
Hi Friends, why struts introduced in to web application. Plz dont send any links . Need main reason for implementing struts. Thanks Prakash
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 does execandwait interceptor?
What is lookupdispatchaction?
What is interceptor in Struts2?
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.
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
How does struts2 token work?
what is the purpose of load_on_startup entry in struts- config.xml?
How to combine the struts with velocity template?