RE: html:select and collection display

2002-08-28 Thread Galbraith, Paul
Ron, where exactly are you wanting to display the therapyDesc? You'll want to use the onClick or onChange javascript event handlers of the html:select tag. You'll need to write some javascript that can identify the therapyCode and display the matching therapyDesc. I hope that's a start in

RE: html:select and collection display

2002-08-28 Thread Rea, Ron
- From: Galbraith, Paul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 4:37 AM To: Struts Users Mailing List Subject: RE: html:select and collection display Ron, where exactly are you wanting to display the therapyDesc? You'll want to use the onClick or onChange javascript event

RE: html:select and collection display

2002-08-28 Thread wbchmura
) { document.FormDrillDownReport.elements[0].value = 'changed' + txt; document.FormDrillDownReport.submit(); } /script -Original Message- From: rear [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 2:38 PM To: struts-user Subject: RE: html:select and collection display Paul

RE: html:select and collection display

2002-08-28 Thread Galbraith, Paul
-side approach! Paul -Original Message- From: Rea, Ron [mailto:[EMAIL PROTECTED]] Sent: August 28, 2002 2:38 PM To: 'Struts Users Mailing List' Subject: RE: html:select and collection display Paul, Thanks for the reply! I tried to get an example of a JSP using onchange, but have

RE: html:select and collection display

2002-08-28 Thread wbchmura
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 2:59 PM To: struts-user Subject: RE: html:select and collection display Hi Ron, I saw that somebody else had replied and had given you (somewhat) conflicting, but still good, advice regarding this. An important question is this: do you

RE: html:select and collection display

2002-08-28 Thread Rea, Ron
from the drop-down. Thanks in advance for your help and example! Ron -Original Message- From: Galbraith, Paul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 11:59 AM To: Struts Users Mailing List Subject: RE: html:select and collection display Hi Ron, I saw that somebody