Hi Dario,

That only works if there's only one RadioGroup, the problem is that the first RadioGroup needs to refer only to the first column of Radios in the table, whilst the second needs to refer only to the second column. Since Radios have to be inside RadioGroups and RadioGroups can't be nested I can't see any way to do this without rewriting how these things work (which I attempted but hit the problem outlined in my first message).

Regards,
Andrew

Darío Vasconcelos wrote:
Hi Andrew,

if you start the RadioGroup in an "invisible" spot, it will render
correctly, as in

<span jwcid="@RadioGroup">
  <tr>
    <td><radiogroup1 option 1 /></td>
    <td><radiogroup2 option 1 /></td>
  </tr>
  <tr>
    <td><radiogroup1 option 2 /></td>
    <td><radiogroup2 option 2 /></td>
  </tr>
</span>

or at least that's the case with lightly formatted tables...

Regards,

Dario

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to