session timeout and redirection
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
session timeout and redirection  XML
Forum Index -> JBoss Seam Integration
Author Message
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
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.
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.
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.
 
Forum Index -> JBoss Seam Integration
Go to:   
Powered by JForum 2.1.7ice © JForum Team