You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by bob <to...@excite.com> on 2007/02/05 17:27:40 UTC

Re: [s2] Autopopupation of fields fails with


> check if you have any custom filter in front of your action - 
> themultipart parser requires a 'virgin' request object, without 
> accessingany params in it prior to multiparse analysis.

Could you say more about this?  Does this mean that if I'm using the prepare interceptor / interface ahead of the multi-part interceptor that I will botch the multi-part if I touch ANY of the params?     



_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [s2] Autopopupation of fields fails with

Posted by Dariusz Wojtas <dw...@gmail.com>.
I cannot say much more than this:

  http://jakarta.apache.org/commons/fileupload/faq.html

I believe that if you are using standard S2 components, then
everything should work as expected - the order of interceptors is
important here.

Regards
Dariusz Wojtas

On 2/5/07, bob <to...@excite.com> wrote:
>
>
> > check if you have any custom filter in front of your action -
> > themultipart parser requires a 'virgin' request object, without
> > accessingany params in it prior to multiparse analysis.
>
> Could you say more about this?  Does this mean that if I'm using the prepare interceptor / interface ahead of the multi-part interceptor that I will botch the multi-part if I touch ANY of the params?

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org