RE: Ajax Call from a html link

2007-10-10 Thread Dave Newton
--- aarthy <[EMAIL PROTECTED]> wrote: > No.I am running in I.E. Unless you are using one of the IE plugins for web development you are making things more difficult than necessary. Test on Firefox with the Firebug plugin then verify it works under IE. >> Have you examined the returned data to ensu

RE: Ajax Call from a html link

2007-10-10 Thread aarthy
; struts project, when html link is clicked. >>>> >>>> >>>> >>>> ghodgins wrote: >>>>> >>>>> Not to detract at all from the great JWP project but you can also do >>>>> this with AjaxTags. >>>&

RE: Ajax Call from a html link

2007-10-10 Thread Frank W. Zammetti
;>> >>>> The ajax:select tag is described here: >>>> http://ajaxtags.sourceforge.net/usage.html >>>> >>>> I used ajax:select to call an action that returned XML using the handy >>>> AjaxXmlBuilder that came with AjaxTags. >>>&

RE: Ajax Call from a html link

2007-10-10 Thread aarthy
t;>> http://ajaxtags.sourceforge.net/usage.html >>> >>> I used ajax:select to call an action that returned XML using the handy >>> AjaxXmlBuilder that came with AjaxTags. >>> >>> Cheers, >>> Grant >>> >>> >>> -Origin

RE: Ajax Call from a html link

2007-10-10 Thread Frank W. Zammetti
ax:select to call an action that returned XML using the handy >> AjaxXmlBuilder that came with AjaxTags. >> >> Cheers, >> Grant >> >> >> -Original Message- >> From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, Octobe

RE: Ajax Call from a html link

2007-10-10 Thread aarthy
D] > Sent: Wednesday, October 10, 2007 11:31 AM > To: Struts Users Mailing List > Cc: Struts Users Mailing List > Subject: Re: Ajax Call from a html link > > Just an FYI, that article is a little outdated... APT's feature set is a > bit larger than the article talks

RE: Ajax Call from a html link

2007-10-10 Thread Hodgins, Grant
-Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 11:31 AM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: Ajax Call from a html link Just an FYI, that article is a little outdated... APT's feature set

Re: Ajax Call from a html link

2007-10-10 Thread Frank W. Zammetti
Just an FYI, that article is a little outdated... APT's feature set is a bit larger than the article talks about now for one thing, although in glancing over it again, I don't see anything that's not applicable now. Also note that the link to Rick Reumann's article is no longer valid, it is now he

Re: Ajax Call from a html link

2007-10-10 Thread Ted Husted
I believe this exact example is included with the AjaxParts Taglib, which works well with Struts (1 or 2). If anyone is going to be using Ajax and JSP tags together, AjaxParts is a great way to go (and easy to learn!). * http://www.omnytex.com/articles/apt/ HTH, Ted.