[jboss-user] [JBoss Seam] - Re: RichFaces and login-required=
nfeybesse
do-not-reply at jboss.com
Mon Nov 12 13:14:28 EST 2007
I have the same problem with a redirect in page action method :
I loose the CSS of all my simpleTogglePanels...
Pages.xml :
<page view-id="/templates/template.xhtml"
| action="#{genericSystemAction.genericAction}">
| Application
| </page>
GenericSystemAction.java :
public void genericAction(){
| if(!Identity.instance().isLoggedIn())
| if(!autoLogin())
| Pages.instance().redirectToLoginView();
| ...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103823#4103823
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103823
More information about the jboss-user
mailing list