What is apache struts used for?
No Answer is Posted For this Question
Be the First to Post Answer
i have 500 jsps in my application,and i have same forward name for each jsp,so it lokks in strutsconfig.xml,from 1 to 500,but i want send 498 page directly,how can i cingigure my application
what is the purpose of action servlet and action?
Does struts include its own unit tests?
What is actioncontext?
What is the life cycle of actionform?
How can we display all validation errors to user on jsp page?
What do struts do?
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 different Struts2 tags? How can we use them?
List some struts tag libraries?
What is struts.devmode?
What is the purpose of execute() method?