File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes How to avoid using session scope in this case? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "How to avoid using session scope in this case?" Watch "How to avoid using session scope in this case?" New topic
Author

How to avoid using session scope in this case?

Henry Sun
Greenhorn

Joined: May 09, 2003
Posts: 18
Hi, friends,
I have a page in which I must declare some beans in order to show read-only text and pictures in this page. When I submit the page, it goes into a form bean to execute validation. If any error occurs, struts will go back to the original page. But this time the beans(which have only request scope) do not exist any more. So the page display will go error. I don't want to put the beans into session. Does anyone have an idea on this case?
Thanks
henry
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to avoid using session scope in this case?
 
Similar Threads
regarding request and session scope's
Problem in invoking the action method
Scope of beans
i need default page when reload(refresh) the jsp page
javabeans for business logic or to maintain state?