> >> I think you could just use response.sendRedirect() and
> >> request.forward() , rest of the code should still be
> >> processed.
This seemed to work just fine:
RequestCycle.get().setRequestTarget( redirectTarget );
However, I'm running into a problem... not sure if it's related or not,
No problem.. Happy to help.
David Leangen wrote:
Hi David
Hi Nino!
[Oops. Didn't see your message until now...]
I think you could just use response.sendRedirect() and
request.forward() , rest of the code should still be
processed.
Ok, good to know.
But are you expecting
> Hi David
Hi Nino!
[Oops. Didn't see your message until now...]
> I think you could just use response.sendRedirect() and
> request.forward() , rest of the code should still be
> processed.
Ok, good to know.
> But are you expecting the user to return from the servlet?
Still not sure what I
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
servle