RE: html:option problem

2004-11-23 Thread Slattery, Tim - BLS
This: html:option value=${emailGroup.emailGroupID} produces this: option value=${emailGroup.emailGroupID} instead of this: option value=17 Are you sure the html prefix references the EL version of the taglib? -- Tim Slattery [EMAIL PROTECTED]

RE: html:option problem

2004-11-23 Thread Dave Bender
It references /WEB-INF/struts-html.tld -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 2:44 PM To: 'Struts Users Mailing List' Subject: RE: html:option problem This: html:option value=${emailGroup.emailGroupID} produces

RE: html:option problem

2004-11-23 Thread Slattery, Tim - BLS
This: html:option value=${emailGroup.emailGroupID} produces this: option value=${emailGroup.emailGroupID} instead of this: option value=17 OK, so now I look at this a bit more closely. You haven't terminated the option... tag. It should read: option

RE: html:option problem

2004-11-23 Thread Dave Bender
No, it's terminated. It's got an end tag /html:option. The body of the tag becomes the value. -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 3:27 PM To: 'Struts Users Mailing List' Subject: RE: html:option problem

Re: html:option problem

2004-11-23 Thread Richard Bywater
:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 2:44 PM To: 'Struts Users Mailing List' Subject: RE: html:option problem This: html:option value=${emailGroup.emailGroupID} produces this: option value=${emailGroup.emailGroupID} instead of this: option value=17 Are you