Perhaps you would like to share the error message wit... oop hang on ... I see your problem already: You can't nest tags like that. <snip> <html:option value="<jsp:getProperty name="mon" </snip> Ive forgotten the way around that one as I dont use JSP myself. No doubt someone will post the proper approach shortly as its a common mistake to make. (It was my first JSP mistake too!)
-----Original Message----- From: Paul Blundell [mailto:[EMAIL PROTECTED] Sent: Wednesday, 26 March 2003 23:21 To: [EMAIL PROTECTED] Subject: Month dropdown field error 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

