RE: html select field change on the fly

2002-08-01 Thread Desjardins, Nicolas
thx again, this is really helping me! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 10:30 AM To: [EMAIL PROTECTED] Subject: RE: html select field change on the fly Here is the JSP code for one of the pages that uses this

RE: html select field change on the fly

2002-08-01 Thread wbchmura
s Past Due training only Note: The day ranges shown above represents the number of days from today. -Original Message- From: Nicolas.Desjardins [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 10:16 AM To: struts-user Subject: RE: html select field change on the fly

RE: html select field change on the fly

2002-08-01 Thread Desjardins, Nicolas
EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 10:12 AM To: [EMAIL PROTECTED] Subject: RE: html select field change on the fly I just finished an application that did this very thing. In my case it was companies -> groups -> areas... We did it by using javascript and a dispatchact

RE: html select field change on the fly

2002-08-01 Thread wbchmura
I just finished an application that did this very thing. In my case it was companies -> groups -> areas... We did it by using javascript and a dispatchaction. We had a lot of data so embedding it all in the page was going to be yucky... In a nutshell here is what I did: * The user links t