How we can configured action mapping in struts?
No Answer is Posted For this Question
Be the First to Post Answer
What are the sections into which a strut configuration file can be divided?
Can we have multiple struts config files in a single web app?
Can you explain struts validator framework?
What is pojo in struts2?
what are java stuts? what are there uses
2 Answers Rupa, Tech Mahindra,
How is the mvc design pattern used in struts framework?
we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. when we starting providing data in jsp pages when we are at 3rd jsp at that time sessions timeout where the data will be store which we r provide in last two jsps?
how does request processor relates to action mapping?
why do we typecast ActionForm into out plain java bean class in Action class?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
How to handle exceptions in structs?
How can you create your custom interceptor in struts 2?