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 the difference between validation.xml and validator-rules.xml files in struts?
how you implement and maintain your struts project by using MVC2 arch?
What does validation interceptor?
Do we need to pay the struts if being used in commercial purpose?
Where can I get help with struts?
Difference between html tags and struts specific html tags
What is declarative exception handling in struts?
Which configuration files are used in struts?
How to carryout the validations in struts if the validator frame work cant handle the validation
What is dispatchaction?
wat happen when the connection is nt closed in jdbc n what vl happen when i interchange in executequery n execute statements
What is the use of jsonvalidation in struts?