On Thu, 2006-01-12 at 06:47 -0800, Ashish Kulkarni wrote:
> Hi
> I have a jsp where there are 2 drop down boxes,
> I want to populate the value in second drop down box
> depending on the selection of first dropdown box,
> Suppose onClick event on first dropdown box i call a
> struts Action  using AJAX, this Action class populates
> the Form bean and sends it back to 
> How can in ajax i can access this form bean, get the
> data, once i get the data i can update drop down using
> DHTML,
> Is there some framework or tutorial for doing this.
> I am populating form bean to make this application
> workable in non AJAX supporting browser also, and all
> my existing application is written this way and i dont
> want to change a lot in it

DWR might help you; http://getahead.ltd.uk/dwr/

This example is not too far from what you're trying to do;
http://getahead.ltd.uk/dwr/examples/lists

-- 
Torgeir Veimo <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to