hi there,
I have a problem with a multipart form in my jsp.

i have a code like this:

<html:form action="/saveCurriculum" enctype="multipart/form-data"
method="POST">
[...]
</html:form>

<html:form action="/aggiungiVoce">
[...]
<html:submit property="aggiungiVoce" value="Aggiungi"/>
</html:form>

<html:form action="/saveCurriculum" enctype="multipart/form-data"
method="POST">
[...]
<html:submit property="saveCurriculum" value="Salva"/>
</html:form>

I want to submit the saveCurriculum in my second form but infortunately i
lose all the change in the first form. There is anyone that can help me???
There is anyone that can explain me about the enctype attribute???

Thanks

Alessio

Reply via email to