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?
Answer Posted / 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 |
Post New Answer View All Answers
How duplicate form submission can be controlled in struts?
What is the purpose of @doublerangefieldvalidator annotation?
What is the default suffix for Struts2 action URI and how can we change it?
What do you mean by ognl?
Explain the life cycle of a request in struct2 application?
How to override the default error message that can come during file uploading process?
What is the purpose of @after annotation?
What is the purpose of @keyproperty annotation annotation?
How the exceptions are handled in struts?
What is actionform in struts?
What are the steps involved in creating a strut application?
How you will make available any message resources definitions file to the struts framework environment?
What is struts2 in java?
What are struts in java?
What is defeult result type?