>What are you using to redirect the page?

>My understanding is if you use request dispatchers to redirect a POST
>request, the request is sent to your JSP page as a POST and not as a GET.

>The JSP page must have to be accessed via a GET.  If you were to submit your
>form as a GET request and then redirect it to the JSP it should work.

>Are you using request dispatchers?

>Ivan

Yes, I'm using request dispatchers, and it works correctly with GET, but not
POST. Unfortunately I need to use POST in some jsp pages for file uploads. 
Do you know any workaround for this problem?

Thanks,

Artur Matos

-------------------------------------------------
Everyone should have http://www.freedom2surf.net/

Reply via email to