Jim, 
Making the s in property="selectBox1List" lower case helped fix the error
that I was getting.  Now that I added my select tag I get another one which
says

java.lang.IllegalArgumentException: No name specified

Does this mean I'm missing a name attribute in either the select or options
tag?  I tried changing the s in property="selectBox1" to a capital s but
that gave me a no getter method for SelectBox1 error.  Also, when I get the
No name specified error, when I view my browser, there is a select box in
the browser, but it's got no values.  Please help.


<bean:define id="somebean" name="logonForm" property="selectBox1List"
type="java.util.ArrayList"/>

  <html:select property="selectBox1">
        <html:options collection="somebean"/>
  </html:select>


Jose Casas

E-Commerce Applications
(501) 277-3112
[EMAIL PROTECTED]





**********************************************************************
Notice:  The area code for the Wal-Mart General Office has 
changed from 501 to 479.  Please make sure that you are 
dialing 479 when making calls to any General Office location.

**********************************************************************
This email and any files transmitted with it are confidential
and intended solely for the individual or entity to 
whom they are addressed.  If you have received this email
in error destroy it immediately.
**********************************************************************

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to