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 / 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 |
Explain the necessity of empty tag?
What is value stack?
Do we need to pay the struts if being used in commercial purpose?
How is the Struts framworl related to MVC2?
Explain how can we upload files in struts2 application?
What does apache struts do?
What is the main difference between Mvc1 and Mvc2 Architecture??
7 Answers IBM, Ness Technologies,
What is the purpose of @beforeresult annotation?
is it necessary to write struts-confing.xml ,what tags are important in that xml file?
What is struts 2 framework in java?
why we are not implement business logic in struts action?
In how many ways duplicate form submission can occurs?