Re: How to use dynamic values in html:radio

2004-07-14 Thread Michael McGrady
Look at my last answer to you. At 05:51 AM 7/14/2004, you wrote: could SO perhaps tell me why (or rather, what is the reight expression to use, instead of ${...} ... ) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: how to use dynamic values in html:radio

2004-07-14 Thread ron1
ron1 wrote: Thanx, I Just posted it, but somehow it did not post... In the docu, the "property" attribute is missing :-( No it isn't ;-) But I guess thats what I'm looking for... Thanx, Ron Michael McGrady wrote: Have you checked out LabelValueBeans, another Ted Husted slam dunk. Cf., http://www.

Re: how to use dynamic values in html:radio

2004-07-14 Thread ron1
Thanx, I Just posted it, but somehow it did not post... In the docu, the "property" attribute is missing :-( But I guess thats what I'm looking for... Thanx, Ron Michael McGrady wrote: Have you checked out LabelValueBeans, another Ted Husted slam dunk. Cf., http://www.jguru.com/faq/view.jsp?EID=1

RE: how to use dynamic values in html:radio

2004-07-14 Thread Robert Taylor
Yes, you should. Otherwise, the doesn't "know" how to digest ${bean.prop} expression. robert > -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of ron1 > Sent: Wednesday, July 14, 2004 12:04 PM > To: [EMAIL PROTECTED] > Subject: Re

Re: how to use dynamic values in html:radio

2004-07-14 Thread Michael McGrady
Have you checked out LabelValueBeans, another Ted Husted slam dunk. Cf., http://www.jguru.com/faq/view.jsp?EID=1028442 Michael P.S. You might also see my inquiry just posted as "::: ::: guaranteed behavior? " in the email subject. At 09:14 AM 7/14/2004, you wrote: I'm not using EL, should I

Re: how to use dynamic values in html:radio

2004-07-14 Thread ron1
I'm not using EL, should I ? there is no raw HTML because the html:radio tag does not digest the ${bean.prop} expression. Cheers, Ron Robert Taylor wrote: Can you be more descriptive as to what doesn't work? Are you including the Struts-EL taglib? What does the raw HTML look like? Is there a stack

Re: how to use dynamic values in html:radio

2004-07-14 Thread ron1
I'm not using EL, should I ? there is no raw HTML because the html:radio tag does not digest the ${bean.prop} expression. Cheers, Ron Robert Taylor wrote: Can you be more descriptive as to what doesn't work? Are you including the Struts-EL taglib? What does the raw HTML look like? Is there a stac

RE: how to use dynamic values in html:radio

2004-07-14 Thread Robert Taylor
Can you be more descriptive as to what doesn't work? Are you including the Struts-EL taglib? What does the raw HTML look like? Is there a stack trace? robert > -Original Message- > From: ron piterman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 14, 2004 11:45 AM > To: [EMAIL PROTECT

RE: how to use dynamic values in html:radio

2004-07-14 Thread Jim Barrows
> -Original Message- > From: ron piterman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 14, 2004 8:45 AM > To: [EMAIL PROTECTED] > Subject: how to use dynamic values in html:radio > > > Hi - > I try to use html:radio inside an iterate. The values of the radios > should be dynamica