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 are the components of struts?
Do we need to pay the struts if being used in commercial purpose?
What is the purpose of @createifnull annotation annotation?
What is the purpose of struct-config.xml in struct2?
What kind of mvc is struts 2?
How client side validation is enabled on a jsp form?
What is the purpose of @beforeresult?
How to display validation errors on jsp page?
Explain about the process of functioning of the struts program?
What do you mean by inner class and anonymous class?
What is an interceptor stack?
How is a lookup dispatch action created?