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



we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps d..

Answer / utpal

Data would be lost and would not got to DB.

Is This Answer Correct ?    5 Yes 1 No

we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps d..

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

Post New Answer

More Struts Interview Questions

What are action errors?

0 Answers  


Explain about token feature in struts?

0 Answers   Tech Mahindra,


what is the difference between page and pageContext implicit variables

2 Answers   Yash Technologies,


can we change the location of struts-config.xml file?

2 Answers   TCS,


Which tag is used to declare constants in struts xml?

0 Answers  






What is role of action class?

0 Answers  


Is struts 1 still supported?

0 Answers  


Explain about the validation steps which have to be carried during validation of client-side address?

0 Answers  


Describe the basic steps used to create a tiles application?

0 Answers  


What is difference between spring and struts?

0 Answers  


What is the purpose of struts.properties in struct2?

0 Answers  


What is the purpose of @urlvalidator annotation?

0 Answers  


Categories