Hi David

I think you could just use

response.sendRedirect() and request.forward() , rest of the code should still be processed.. But are you expecting the user to return from the servlet?

David Leangen wrote:
Hi!

What's a clean way to forward a request to another existent non-Wicket
servlet?

I have a wicket page that handles user input, then the input should be
processed by the existing servlet.
Rather than redirecting to an external URL, I thought it would be nice
to just forward the request to the other servlet. However, I'm worried
that this will leave Wicket is some strange state...


Thanks!
David




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


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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

Reply via email to