JBoss Wasp/Swarm http 302

2008-01-19 Thread i ii

I'm using wicket 1.3 with jboss 4 and am trying to use a login page, but when i 
login i get a http 302. Any ideas why?

POST /login?wicket:interface=:0:login-form::IFormSubmitListener:: HTTP/1.1 302

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JBoss Wasp/Swarm http 302

2008-01-19 Thread Igor Vaynberg
wicket uses the redirect-after-post pattern. so after the form is
submitted you get a redirect to a view page.

-igor


On Jan 19, 2008 4:39 PM, i ii [EMAIL PROTECTED] wrote:

 I'm using wicket 1.3 with jboss 4 and am trying to use a login page, but when 
 i login i get a http 302. Any ideas why?

 POST /login?wicket:interface=:0:login-form::IFormSubmitListener:: HTTP/1.1 
 302

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]