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-tp14350527p14350527.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]

Reply via email to