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
In how many ways duplicate form submission can occurs?
What is role of actionservlet?
how does request processor relates to action mapping?
Explain design patterns which is used in struts?
how to connect from struts to database through hibernet and where u can modify the class
What is a custom tag?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
What configuration files are used in struts?
How long do struts last?
What is an interceptor stack?
How to explain Software Bank Loan descriptions
What is the purpose of @after annotation?
Explain about tiles?
Mark the differences between html tags and strut specific html tags.
What are the differences between http direct and http indirect?