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

2007-09-07 Thread limousyf
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

[jboss-user] [JBoss Seam] - Login Redirection

2007-08-29 Thread rlhr
I'm using JBoss4.2.0.GA with jboss-seam-CVS.2007-08-22_00-49-47 I have the following pages.xml configuration: | pages xmlns=http://jboss.com/products/seam/pages; |xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |xsi:schemaLocation=http://jboss.com/products/seam/pages

[jboss-user] [JBoss Seam] - Login Redirection not propagating GET parameters

2007-08-09 Thread zdaler
Using current CSV : after configuration the login redirection event listeners, I get the login-required feature all right but GET parameters to the original page are not propagated to the page after authentification. anonymous wrote : [...] attempts to access a restricted view while not logged

[jboss-user] [JBoss Seam] - Login redirection problem

2007-08-08 Thread fredatwork
Hello, I have a problem following instructions given by the Seam Reference (13.4.6) for login redirection. As proposed by the documentation, I'd like to send users back where they came from once they've logged in. I added the following lines to my components.xml file : event

[jboss-user] [JBoss Seam] - Login redirection not remember page parameters?

2007-05-27 Thread hstang
I am experiencing some problems with login redirection not remembering page parameters. I have a main page (main.xhtml) that goes to another page (call it go.xhtml) which requires login. After successful authentication, go.xhtml does not remember the page parameter that was passed in