Question: How do I put iterated radio buttons in the same group?

2004-01-14 Thread Eric Hodges
I'm using nested:iterate to display a list of items in a table. Each row shows on element of the list like this: nested:iterate id=account property=accounts tr td nested:radio property=master value=Master/ /td /tr /nested:iterate I'd like to have one column that shows radio

Re: Question: How do I put iterated radio buttons in the same group?

2004-01-14 Thread Kris Schneider
Try: html:radio property=master idName=account/ Quoting Eric Hodges [EMAIL PROTECTED]: I'm using nested:iterate to display a list of items in a table. Each row shows on element of the list like this: nested:iterate id=account property=accounts tr td nested:radio