| Author |
Icefaces Popups
|
Dave Brown
Ranch Hand
Joined: Mar 08, 2005
Posts: 301
|
|
Hi all,
Is it possible to render a PopupBean residing in a different managedbean.
E.g. (Using Netbeans Visual Web)..
I've created 1st page called Temp1(session scope). Which contains a Button.. and the popup code.. When the button is clicked on it sets a boolean in the bean to true and the popup shows.
Next I created a New page, Temp2.. And again a button.. This time I want the same Popup to show thats defined in Temp1. So when I click, I set the boolean to true in Temp1 but theres no show..
Any ideas how to get this scenario working?
Basically I'm aiming to build a managed bean purely to contain a set of popups and keep the code out of my other managed beans..
Thanks
|
Regards, Dave Brown
SCJP 6 - [url]http://www.dbws.net/[/url] - Check out Grails Forum
|
 |
 |
|
|
subject: Icefaces Popups
|
|
|