Re: How to update part of JSP using AJAX and struts action class

2006-01-12 Thread Frank W. Zammetti
Java Web Parts can do this: http://javawebparts.sourceforge.net And your in luck! The cookbook comes with an example of doing precisely this. Download it here: http://sourceforge.net/project/showfiles.php?group_id=140728&package_id=167877&release_id=366815 Frank Ashish Kulkarni wrote: Hi

Re: How to update part of JSP using AJAX and struts action class

2006-01-12 Thread Torgeir Veimo
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 A

How to update part of JSP using AJAX and struts action class

2006-01-12 Thread Ashish Kulkarni
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 H