| Author |
Message |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 31/08/2009 01:07:35
|
julycn
Joined: 08/02/2007 00:00:00
Messages: 4
Offline
|
at present, i can redirection to index.html, but no have popup,
i want jump popup ,then click button, back to index.html,
can you help me? thanks
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 01/09/2009 09:34:28
|
judy.guglielmin
Joined: 20/02/2007 00:00:00
Messages: 1196
Offline
|
Are you using Seam (pages.xml)...do you have page parameters that redirection is based on? Depends on what you are trying to do (are there any security restrictions, etc?).
If your popup is not appearing, perhaps the scope of the backing bean is not in the correct scope?
You might want to post what versions of Seam and ICEfaces you are using.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 01/09/2009 20:27:26
|
julycn
Joined: 08/02/2007 00:00:00
Messages: 4
Offline
|
Hi judy, thanks fro you replay.
i used seam2.2G and Icefaces1.8.1, can you give me detail infomation, if have demo ,that better for me.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 02/09/2009 08:45:24
|
judy.guglielmin
Joined: 20/02/2007 00:00:00
Messages: 1196
Offline
|
If you look at seam-comp-showcase, you will see an example of the panelPopup. If you look at the seam-icefaces example in the seam distribution, you will see the pages.xml way to do navigation.
Typically a good way to start would be to use seam-gen to begin a project. If you don't need the ear type of deployment (which is heavier) go with a war deployment. Then, start with simply rendering a panel based on a particular boolean value in your backing bean (simulate a popup just using facelets). once you get it functioning, then put in the panelpopup.
|
|
|
 |
|
|