Hello, Are there any good options to integrate ajax with struts 1? I woul like something based o tags. My problem is that i have an upload form
<html:form action="/something" enctype="multipart/form-data" styleId="somethingId">..... and the input files are like : <html:file property="image1" styleId="image1"/> The values are mapped on the form, private FileForm image1; ...... Now, i whant to submit this form with ajax, and to react like it was a normal struts submit. To populate form values, s.o. Is there something that ca do what i need? Any library?