Re: html select problem, help me please

2003-02-23 Thread Buics
( "code1data", code1data ); > > where code1data is the collection. > > Then the collection will work correctly in your options tag. > > -Original Message- > From: Buics [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 23, 2003 4:42 PM > To: Struts Users Ma

RE: html select problem, help me please

2003-02-23 Thread Ray Madigan
will work correctly in your options tag. -Original Message- From: Buics [mailto:[EMAIL PROTECTED] Sent: Sunday, February 23, 2003 4:42 PM To: Struts Users Mailing List Subject: Re: html select problem, help me please This is the error message C:\tomcat\jakarta-tomcat-4.1.18\work\Standalone

Re: html select problem, help me please

2003-02-23 Thread Buics
This is the error message C:\tomcat\jakarta-tomcat-4.1.18\work\Standalone\localhost\ntep\chemical\chmain_jsp.java:422: setCollection(java.lang.String) in org.apache.struts.taglib.html.OptionsTag cannot be applied to (java.util.Collection) _jspx_th_html_options_0.setCollection(co

Re: html select problem, help me please

2003-02-23 Thread Buics
AIL PROTECTED] > Sent: Saturday, February 22, 2003 8:04 PM > To: Struts Users Mailing List > Subject: Re: html select problem, help me please > > It gives me no choice Ray, I'll have to do it in the dirty way. > Well first timer, so thats it. > > > <% >

RE: html select problem, help me please

2003-02-23 Thread Ray Madigan
. If you want I can outline the code to do this. Thanks Ray Madigan -Original Message- From: Buics [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003 8:04 PM To: Struts Users Mailing List Subject: Re: html select problem, help me please It gives me no choice Ray, I'll have

RE: html select problem, help me please

2003-02-23 Thread Sri Sankaran
What is the error? -Original Message- From: Buics [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 10:08 PM To: Struts Users Mailing List Subject: html select problem, help me please I have a collection named code1data, in logic:iterate it works fine, but when I apply this to

Re: html select problem, help me please

2003-02-22 Thread Buics
It gives me no choice Ray, I'll have to do it in the dirty way. Well first timer, so thats it. <% Iterator i = code1data.iterator(); Hashtable data = new Hashtable(); while (i.hasNext()) { data = (Hashtable) i.next(); String cd = (String) data.get("cd"); String descrip =(Str

RE: html select problem, help me please

2003-02-21 Thread Ray Madigan
This has confused me too - I think that mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 7:08 PM To: Struts Users Mailing List Subject: html select problem, help me please I have a collection named code1data, in logic:iterate it works fine, but when I apply this to html:select it goes wro