FYI, AjaxTags hasn't been supported or developed in a couple of years
(the AjaxTags Laurie refers to here I mean... there's a whole AjaxTags
project separate from this that's still very much alive).
AjaxTags evolved into the AjaxParts Taglib, or APT for short, which is a
component of Java Web Parts (JWP), as Laurie mentioned. If you (or
anyone else) goes down this path I STRONGLY suggest NOT using AjaxTags
at struts.sourceforge.net because it won't be supported (by me as the
original author at least... others may decide to).
APT on the other hand is 100% supported, has a decent community (not the
largest, but quite helpful and I'm proud to say, from all evidence,
quite happy with the product) and is still actively being developed
(although the pace has definitely slowed of late). Also note that it is
completely framework-agnostic (use it with S1, S2, or virtually any
other JSP-based framework) and is immensely more powerful and flexiible
than AjaxTags ever was.
Frank
--
Frank W. Zammetti
Author of "Practical DWR 2 Projects"
and "Practical JavaScript, DOM Scripting and Ajax Projects"
and "Practical Ajax Projects With Java Technology"
for info: apress.com/book/search?searchterm=zammetti&act=search
Java Web Parts - javawebparts.sourceforge.net
Supplying the wheel, so you don't have to reinvent it!
My "look ma, I have a blog too!" blog: zammetti.com/blog
Laurie Harper wrote:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]