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 |
How can we group related actions in one group in Struts?
What is switchaction?
What is the purpose of struct-config.xml in struct2?
What helpers in the form of jsp pages are provided in struts framework?
How to add ms-word file in struts at the same time how to add images
What is the difference between struts and spring? Explain
What is the purpose of @intrangefieldvalidator annotation?
Can we have different controllers in one struts app?
What are the conditions for actionform to work correctly?
What is the difference between RequestProcessor and RequestDispatcher?
11 Answers Ness Technologies, TCS,
Which design pattern the interceptors in struts2 is based on?
Explain integrate log4j in struts2 application?