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
Give the details of xml files used in validator framework?
What is the purpose of @expressionvalidator annotation?
in struts how to use hibernate with struts>
Which configuration files are used in struts?
Can we have more than one struts-config.xml file for a single struts application?
What is struts 2 framework in java?
Explain the necessity of empty tag?
What are the features of struts?
Are interceptors and filters different?
Can we integrate struts with spring?
Is struts efficient?
What does the term struts mean?
Are struts and shocks the same?
What is switchaction?
What is apache struts framework?