I have 4 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. how we can make it possible
Answer Posted / saikishore.boyana
store the objects in session scope and you can access the same objects in the last page and submit them
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How does interceptor work in struts2?
What is the purpose of @emailvalidator?
Can you explain struts.properties in struts2?
what is ACID test for fresh engineers??what is the pattern??
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
How do I access token?
What is includeaction?
What is the use of struts config xml file?
How is the mvc design pattern used in struts framework?
Name some useful annotations introduced in Struts2?
How can we group related actions in one group in Struts?
Explain the complete struts validator framework.
What is java struts?
What is the purpose of interceptors?
What is the difference between session scope and request scope when saving formbean ?