My application requires to authentication all the pages. The approach for ensuring that a
user is logged is specified as follows in my pages.xml
<page view-id="*">
| <navigation>
| <rule if-outcome="home">
| <redirect view-id="/home.xhtml" />
| </rule>
| </navigation>
| </page>
Now this messes up Richfaces and the components are no longer rendered properly. It used
to work fine before what has changed?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116391#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...