Explain about the future of struts?
No Answer is Posted For this Question
Be the First to Post Answer
in struts how to use hibernate with struts>
Can you give an overview of how a struts application flows?
How do I access token?
What are the Core classes of Struts Framework?
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 <bean:write> and <bean: message> tag
Explain about how requests from the client are sent?
Whats the difference between the default namespace and the root namespace?
Is struts action class singleton?
What are the struts2 configuration properties that control file uploading process?
What is Struts Frame Work Architecture(With Diagram) ?
why servlet is used as controller not JSP?