I am trying to create a month dropdown dropdown using the datetime 'dt' tag.

The following code results in an error:

<html:select property="startMonth">
  <html:option value="Month"/>
  <dt:months id="mon" locale="true">
    <html:option value="<jsp:getProperty name="mon"
property="monthOfYear"/>">
  </dt:months>
</html:select>

Any ideas?

Thanks
Paul



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

Reply via email to