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 are different Struts2 tags? How can we use them?
What is dispatch action class?
Do I have to credit struts on my own website?
what is the diff between struts1.0 and struts2.0
What is the purpose of global-forwards tag in struct-config.xml?
Why do we use struts?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What is the default suffix for Struts2 action URI and how can we change it?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
can anybody tell.what is the difference between Forward Action and Action Forward?
List some struts tag libraries?
What are the pros of struts 2?