[jboss-user] [JBoss Seam] - login redirection trouble

limousyf do-not-reply at jboss.com
Fri Sep 7 06:42:15 EDT 2007


Hello, I have a weird problem in my seam-gen application.
After reading some doc and posts, I used this configuration to force login in my application :

in pages.xml


  | <pages no-conversation-view-id="/home.xhtml"
  |                  login-view-id="/login.xhtml">
  | 
  | 	<page view-id="/home.xhtml" login-required="true"/>
  | (...)
  | 

in index.xhtml :


  | <meta http-equiv="Refresh" content="0; URL=home.seam">
  | 

At login, it works fine 3 times on 4 but sometimes, the redirection after login just doesn't work.
I have this message in firefox:
"Firefox has detected that the page cannot be displayed using that redirection" (free translation, the message is in french).
And IE just say : "The page cannot be displayed"

Does anyone have an idea about this issue ?

Or maybe there's a better way to configure the required-login in all the application ?

Thanks for any help on this

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082072#4082072

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082072



More information about the jboss-user mailing list