On Oct 15, 2008, at 4:57 PM, Paulo Cordeiro wrote:
> How can I make a redirect from my method to external servlet
> based in params sending on the post method?
>
Have your resource method return a Response like this:
return Response.seeOther(uriToExternalServlet).build();
HTH,
Marc.
---
Marc Hadley <marc.hadley at sun.com>
CTO Office, Sun Microsystems.