How an actionform bean is created?
No Answer is Posted For this Question
Be the First to Post Answer
what is use of assert keyword in java..?
What’s the difference between struts and espresso?
What is lookupdispatchaction?
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 struts2 in java?
What happens when Two users requests for same action class? How the threads are controlled?
Give an example where struts tiles may be used?
Why do the struts tags provide for so little formatting?
Explain about tiles?
What are the steps required for setting up validator framework in struts?
How properties of a form are validated in Struts?
What is the purpose of execute() method?