Title: Message
Hi there!!!
I need to know if is possible divide one form in the same page.
 
For example:
 
<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>
Thanks to all
 
Alessio

Reply via email to