RE: dependent drop down lists

2006-09-15 Thread Asthana, Rahul
al Message- From: Givler, Eric [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 2:23 PM To: Struts Users Mailing List Subject: RE: dependent drop down lists You'd need to rebuild the second list on the posting of the form, i.e. 1. get value selected from first list 2. invoke me

RE: dependent drop down lists

2006-09-15 Thread Givler, Eric
You'd need to rebuild the second list on the posting of the form, i.e. 1. get value selected from first list 2. invoke method to refresh dependent list based on user prm from fist list 3. place that list into a request attribute to read on the page. Here's a code snippet. The prepareLOVs is call

Re: Dependent drop down lists in a table

2004-10-31 Thread Joseph Yuen
I am trying to implement a table where the first three columns in the table are drop down lists. I have the action code working to handle one row in the table but my question is how do I go about implementing it for the rest of the table? How should my action code keep track of each row so that a