> I usually do something like this:
> 
>  <html:select property="month">
>   <html:optionsCollection name="months" />
>  </html:select>


Whoops, "months" belongs to the ActionForm:

 <html:select property="month">
  <html:optionsCollection property="months" />
 </html:select>


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

Reply via email to