[jboss-user] [JBoss Seam] - Re: seam-space and NotLoggedInException, exceptions.xml

2007-02-19 Thread Smurfs
Thanks for quick response. Presumably the page attribute login-required, as in anonymous wrote : | | performs the same function as the empty page element so only one needs to be specified? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=401871

[jboss-user] [JBoss Seam] - Re: seam-space and NotLoggedInException, exceptions.xml

2007-02-18 Thread [EMAIL PROTECTED]
Just to add to what Gavin's already said, your pages.xml should include a login-view-id attribute in the pages element, like this: Once you've specified the login-view-id, you can then secure individual pages: If the user is not authenticated and they try to access main.xhtml, they will

[jboss-user] [JBoss Seam] - Re: seam-space and NotLoggedInException, exceptions.xml

2007-02-18 Thread [EMAIL PROTECTED]
The stack traces are expected, but there is new functionality in CVS to give you an option that doesn't show them. ie. login-required="true". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018666#4018666 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: seam-space and NotLoggedInException, exceptions.xml

2007-02-18 Thread Smurfs
I have also noticed my log filing up with NotLoggedInException stake traces even though redirection is working fine. Shane also commented on this in Jira JBSEAM-752 so could someone advise if this is going to be looked into. Thanks. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: seam-space and NotLoggedInException, exceptions.xml

2007-02-01 Thread petemuir
I found the same thing http://jira.jboss.org/jira/browse/JBSEAM-752 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009536#4009536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009536 ___