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
Are struts and shocks the same?
What validate() and reset() method does ?
What are the core classes of the struts framework?
What is the use of interceptor?
What is xml based validation in struts2?
What is form bean in struts?
What is the default suffix for Struts2 action URI and how can we change it?
How do I access token?
How is forward action used for integration?
how to connect from struts to database through hibernet and where u can modify the class
Give the details of xml files used in validator framework?
Will the struts tags support other markup languages such as wml ?
How many struts config file can be created in struts?
Which model components are supported by Struts?
Explain about the validation steps which have to be carried during validation of client-side address?