Hello,

I have a form which is uploading a file to an ActionBean with the URL
binding:

@UrlBinding("/action/profiles/{profileName}/{$event}")

However, the {profileName} parameter never gets mapped to the 'profileName'
property of the action bean, presumably because the StripesRequestWrapper
redirects all parameter access requests to its internal MultipartWrapper
object.   Is there a way to specify parameters to an ActionBean when
performing a file upload?

I'm posting this to stripes-development because I'm running off the trunk
and I don't think the clean URL feature is in the latest stable build.

Thanks,

Joseph
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to