You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by leechuanlim <le...@gmail.com> on 2006/04/13 12:37:09 UTC

How to pass bean from JSP to another JSP?

How to pass bean from JSP to another JSP? Or if JSF have funtion to open a
pop-up window?
--
View this message in context: http://www.nabble.com/How-to-pass-bean-from-JSP-to-another-JSP--t1443483.html#a3898066
Sent from the MyFaces - Users forum at Nabble.com.


Re: How to pass bean from JSP to another JSP?

Posted by Werner Punz <we...@gmx.at>.
leechuanlim schrieb:
> How to pass bean from JSP to another JSP? Or if JSF have funtion to open a
> pop-up window?

Actually if you stay in a jsf context, it is rather easy.
You can use the managed bean facility and savestate or the session
or session beans to pass them along.

As for popups, I would not recommend to use them due to not being able
to have them modal on other browsers than ie and due to the fact that
you run into popup blockers, it is better to use an inframe popup like
jenia4faces has one.