aspose file tools
The moose likes JSP and the fly likes One managed session bean for 'each' result window - possible with JSF? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply locked New topic
Author

One managed session bean for 'each' result window - possible with JSF?

jack catler
Greenhorn

Joined: Jan 04, 2006
Posts: 26
This may relate to servlet/jsp just as much as JSF, however it would be interesting to know how JSF handles this.

My application allows the user to open a number of search windows (i.e. they can right click - new window). The result of the search creates a result object which needs session scope so they can sort the result, stick in shopping basket, and other actions.

What is the best way to assign/keep a specific session scoped result bean to the SPECIFIC jsp page ?

Can you exit with a parameter/status so the jsp page will embed a type of ID a thus create the mapping? What does the JSF navigation allow ?

Many thanks!
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56151
    
  13

Please do not cross-post the same question in more than one forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
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: One managed session bean for 'each' result window - possible with JSF?
 
Similar Threads
How can I reset the state of a Portlet
Open commandLink in new tab/window
MVC Model and Domain Model
JSF navigation questions
One managed session bean for 'each' result window - possible with JSF?