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?
Answers were Sorted based on User's Feedback
Answer / mohan
Well it depends on the scope u will specify for the pages
in Struts-cinfig file(I assume its Struts Framework), so
scope is Request, then the data will be thr only for that
request, if the scope is Session, then the data of all the
pages will be stored in Database...
| Is This Answer Correct ? | 2 Yes | 4 No |
what is struts? why Struts?
Why use struts framework in java?
What is the purpose of @emailvalidator?
how many methods are there in RequestPrccesor class?
How does struts2 token work?
Hai all.What is the use of <logic:iterate>tag in struts application.
How struts 2 validation works?
What is the use of execAndWait interceptor?
How Struts will follow the MVC?
drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips
In strurt why w use two differnt files web.xml and strut config.xml?
What is the default suffix for struts2 action uri ?