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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to