Daniel wrote:
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?
Any Ajax library will let you accomplish that pretty easily, but you
said 'something based on tags,' so I assume you are looking for a JSP
tag library rather than a Javascript library?
I haven't used it, but maybe Java Web Parts [1] or Ajax Tags [2] would
have what you need? Or try googling for suggestions:
http://www.google.com/search?q=%27Struts+1%27+Ajax+taglib
[1] http://javawebparts.sourceforge.net/
[2] http://struts.sourceforge.net/ajaxtags/index.html
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]