What is s token?
No Answer is Posted For this Question
Be the First to Post Answer
What are struts in java?
What is the use of ActionErrors in Struts?
What is struts2 framework?
What is the difference between empty default namespace and root namespace?
Can we have multiple struts-config files in a single web app? If yes why should we have them? Will multiple copies make any impact on performance?
What validate() and reset() method does ?
why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?
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 the use of token interceptor in Struts2?
Is Struts Action class Thread Safe?
How to override the default error message that can come during file uploading process?
Will the struts tags support other markup languages such as wml ?