RE: Indexed html:radio is broken

2002-02-04 Thread Maturo, Larry
Dave Hay wrote: What if you want, say, logic:iterate id=category name=TraceForm property=categoryList ... On html:radio name=category property=value value=on indexed=true/ Off html:radio name=category property=value value=off indexed=true/

Re: Indexed html:radio is broken

2002-01-09 Thread Frank Lawlor
I could be mistaken, but this seems related to the issue I noticed recently, which is that the property attribute (and apparently, the name/property pair, in the indexed case) is improperly overloaded to serve two purposes, I agree with you that there are many ways one might want to

Re: Indexed html:radio is broken

2002-01-09 Thread Frank Lawlor
That way the buttons SHOULD all have the same name for each iteration, and different one for the next one etc.. That was the thinking behind it. Thanks for your quick and helpful response. That is yet another reasonable interpretation of how to map the collection to radio buttons. There

Re: Indexed html:radio is broken

2002-01-09 Thread David M. Karr
Frank == Frank Lawlor [EMAIL PROTECTED] writes: I could be mistaken, but this seems related to the issue I noticed recently, which is that the property attribute (and apparently, the name/property pair, in the indexed case) is improperly overloaded to serve two

Indexed html:radio is broken

2002-01-08 Thread Frank Lawlor
Maybe I'm misunderstanding how to use html:radio with indexed, but it seems broken to me. If I specify: logic:iterate name=ListForm property=itemList id=item ... ... html:radio indexed=true name=item property=contact ... / then it generates code like: input type=radio

Re: Indexed html:radio is broken

2002-01-08 Thread David M. Karr
Frank == Frank Lawlor [EMAIL PROTECTED] writes: Frank Maybe I'm misunderstanding how to use html:radio with Frank indexed, but it seems broken to me. Frank If I specify: Frank logic:iterate name=ListForm property=itemList id=item ... Frank ... Frank

Re: Indexed html:radio is broken

2002-01-08 Thread dhay
\) [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Indexed html:radio is broken Maybe I'm misunderstanding how to use html:radio with indexed, but it seems broken to me. If I specify: logic:iterate name=ListForm property=itemList id=item ... ... html:radio indexed=true name