Does anyone know if this work with struts 2.1.1?
Where can I get a complete build of the 2.1.1 distribution?
Best Regards
Johannes Geppert
jogep wrote:
>
> Hi,
>
> i try to submit a multipart/form-data with dojo, but it
> don't invoke any action. When I try it without dojo
> it works fine.
>
> My Code:
> <%@ taglib prefix="sx" uri="/struts-dojo-tags" %>
> .
> .
> .
> <sx:head cache="true" locale="de" />
> .
> .
> .
> <s:form action="addWeinBild" method="POST" enctype="multipart/form-data">
> <s:hidden name="id" value="%{id}"/>
> <s:file name="upload" label="Image" required="false"/>
> <sx:submit value="Speichern" targets="success" showLoadingText="false"/>
> </s:form>
>
> Struts Version is 2.1.0
>
> Does anyone have an Idea to solve my problem?
>
>
--
View this message in context:
http://www.nabble.com/Image-Upload-and-Dojo-tp14350527p14454153.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]