Re: Ajax Requirement

2007-02-28 Thread robin bajaj
e- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 7:52 PM To: Struts Users Mailing List Subject: Re: Ajax Requirement JWP doesn't offer ready-made components such as this (yet!!), but it *does* make developing them very simple (and without you having to

RE: Ajax Requirement

2007-02-28 Thread Frank W. Zammetti
esday, February 27, 2007 7:52 PM > To: Struts Users Mailing List > Subject: Re: Ajax Requirement > > JWP doesn't offer ready-made components such as this (yet!!), but it > *does* make developing them very simple (and without you having to code > Javascript usually)... this pa

Re: Ajax Requirement

2007-02-28 Thread Musachy Barroso
Thanks siva -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 7:52 PM To: Struts Users Mailing List Subject: Re: Ajax Requirement JWP doesn't offer ready-made components such as this (yet!!), but it *does* make developing them very sim

RE: Ajax Requirement

2007-02-28 Thread Siva Gurusamy
cuted to find the result of child select. Is there any similar example anywhere which I can refer? Thanks siva -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 7:52 PM To: Struts Users Mailing List Subject: Re: Ajax Requirement JWP do

Re: Ajax Requirement

2007-02-27 Thread Frank W. Zammetti
JWP doesn't offer ready-made components such as this (yet!!), but it *does* make developing them very simple (and without you having to code Javascript usually)... this particular case is actually one of our cookbook examples, so I suppose you could in fact say it offer this particular item :)

Re: Ajax Requirement

2007-02-27 Thread Musachy Barroso
If you are using the "autocompleter" tag, this is done already, and there is an example on showcase. If not, you will have to do everything my hand, for which I would recommend using a framework that already has it, like AjaxTags, not sure if Java Web Parts has something like this also, Frank? re