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 can forward action be used to restrict a strut application to mvc?
What is meant by custom tags?
What is the purpose of @typeconversion annotation annotation?
Are struts and shocks the same?
What’s the difference between struts and turbine?
What is the differences between struts1 and struts2?
How you will display validation fail errors on jsp page?
How many struts config file can be created in struts?
What are the classes used as part of struts framework ?
What is interceptor struts2?
What is the difference between struts and spring?
What are the steps of struts installation?
What is the use of struts?
How is declarative handling of exceptions done in struts ?
What is the purpose of @emailvalidator annotation?