Yeah the RadioGroup/Radio stuff enforces the containment pretty
strictly currently - but as there is no actual notion of an actual
RadioGroup element in html it may make sense to re-think this logic.
An parameter referencing the RadioGroup to use for Radio options might
make sense.

It's too late to see it get in to the 4.1.5 release but if you log a
jira issue it could probably make it in to 4.1.6.

In the meantime....You may very well have create your own local copy
of Radio that allows for this functionality.

On Feb 5, 2008 10:05 AM, Andrew Ingram <[EMAIL PROTECTED]> wrote:
> 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]
>
>



-- 
Jesse Kuhnert
Tapestry / OGNL / Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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

Reply via email to