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]
