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

Mark the differences between html tags and strut specific html tags.

0 Answers  


How to create validations?what are struts validation components?

2 Answers  


What is struts.devmode?

0 Answers  


What is structs 2 validation framework?

0 Answers  


How to explain Software Bank Loan descriptions

0 Answers   Kekran Mekran, Wipro,


What’s the utilization of struts.xml configuration file?

0 Answers  


What is the role of action class in struts?

0 Answers  


Hi All thanks in advance, iam new to j2ee currently in my project we r using struts with hibernate can i have one sample application like CRUD application with code or any tutorials liks r ebooks plz....?

1 Answers   IBM,


What is the difference between validation.xml and validator-rules.xml files in struts validation framework?

0 Answers  


How Struts will follow the MVC?

6 Answers   HCL,


How does one create an action in struts 2?

0 Answers  


In struts how to use regurlar formbeans using validation framework explain?

1 Answers   TCS,


Categories