Re: html:option problem

2004-11-23 Thread Richard Bywater
-- > 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: > > > > produces this: > > > > instead of this:

RE: html:option problem

2004-11-23 Thread Dave Bender
No, it's terminated. It's got an end tag . 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:opt

RE: html:option problem

2004-11-23 Thread Slattery, Tim - BLS
> This: > > produces this: > > instead of this: > OK, so now I look at this a bit more closely. You haven't terminated the tag. It should read: I would have expected an error message from that but what do I know? -- 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: > > produces t

RE: html:option problem

2004-11-23 Thread Slattery, Tim - BLS
> This: > > produces this: > > instead of this: > Are you sure the "html" prefix references the EL version of the taglib? -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

html:option problem

2004-11-23 Thread Dave Bender
Can anybody help me spot what I'm missing in creating an HTML SELECT box with the html:option tag? I'm iterating through a list of objects that have IDs and Names, plunking the ids in for the value and the name for the name. But the tag seems to insist that the bean isn't there and just prints m