i have three flows an admin an supplier and a user flow.
the admin and supplier can login with the default appfuse login (i use
struts with appfuse 2.0.2)

the user first has a non secure page and than has to login and contiune to a
secure page.
i have done the following:
pages/user/nonsecrue.jsp
pages/user/login.jsp
pages/user/secure/secure.jsp

the login page is a copy from the default one with this line added to it:
<input type="hidden" name="spring-security-redirect"
value="/user/secure/secure.html" />

all works fine. but when i enter wrong login password i will get redirected
to the default login page instead of my user/login.html page. 
is there an hidden field i can set or some other work arround??

thanks,

tibi
-- 
View this message in context: 
http://www.nabble.com/multilpe-login-forms-tp22582618s2369p22582618.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to