RE: Two drop downs, and I need that the contents of the second dependent on the value selected in the first!!!

2006-09-19 Thread Givler, Eric
ing.getInputForward(); } // refreshList -Original Message- From: yamilka vallejo ramos [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 6:59 PM To: user@struts.apache.org Subject: Two drop downs, and I need that the contents of the second dependent on the value selected in th

RE: Two drop downs, and I need that the contents of the second dependent on the value selected in the first!!!

2006-09-19 Thread Asthana, Rahul
S. [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 8:53 AM To: Struts Users Mailing List Subject: Re: Two drop downs, and I need that the contents of the second dependent on the value selected in the first!!! javascript remoting or ajax should do fine there. google for it

Re: Two drop downs, and I need that the contents of the second dependent on the value selected in the first!!!

2006-09-19 Thread Domingo A. Rodriguez S.
javascript remoting or ajax should do fine there. google for it. --- yamilka vallejo ramos <[EMAIL PROTECTED]> escribió: > Hii everyone, > I have two drop downs in my jsp page, and I need to the contents of > the > second dependent on the value selected in the first. > To handle this, I need

Re: Two drop downs, and I need that the contents of the second dependent on the value selected in the first!!!

2006-09-19 Thread Juanjo Cuadrado
Hi, I don't know if I have you understands, but I think that this mail of Eric Givler responds to your question 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 fis

Two drop downs, and I need that the contents of the second dependent on the value selected in the first!!!

2006-09-18 Thread yamilka vallejo ramos
Hii everyone, I have two drop downs in my jsp page, and I need to the contents of the second dependent on the value selected in the first. To handle this, I need for the first combo box to do a submit when it changes, so that I have a chance to update the second. But I don't know in which part o