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 do you mean by dynaactionform?

0 Answers  


What is the default location of result pages and how can we change it?

0 Answers  


What design patterns are used in struts?

0 Answers  


Explain architecture of struts2?

0 Answers  


How can I make own ActionServlet? with example

8 Answers   IBM, TCS,






What are the two types of validations supported by validator framework?

0 Answers  


In struts, how can we access java beans and their properties?

0 Answers  


What are the contents on web.xml in struts application ?

0 Answers  


how you implement and maintain your struts project by using MVC2 arch?

2 Answers   Patni, Wipro,


What are best practices to follow while developing Struts2 application?

0 Answers  


i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application

2 Answers  


How can you create your custom interceptor in struts 2?

0 Answers  


Categories