| Author |
Once logged in using J2EE's big 4 (security)...where does it go?
|
Marcelo Ortega
Ranch Hand
Joined: May 31, 2005
Posts: 519
|
|
I'm using: <login-config> <auth-method>FORM</auth-method> <form-login-config>..</..> </..> to log the user in with the typical j_security_check and such.... But once the user has been authenticated, how can i tell the container where to go, because for now it's going to the images folder...?
|
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCJD, SCEA/OCMJEA
Live life to an interface, not an implementation!
|
 |
Marcelo Ortega
Ranch Hand
Joined: May 31, 2005
Posts: 519
|
|
|
Never mind, i got it. Simply put an onSubmit attribute in the form.
|
 |
 |
|
|
subject: Once logged in using J2EE's big 4 (security)...where does it go?
|
|
|