This looks right to me. Right before groups.xhtml is rendered the page action is triggered, the result of the page action sends you back to groups.xhtml and triggers the page action, which sends you back...
Try having your page action return "login" if you need a login and null if not. I think that'll work better. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959427#3959427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959427 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
