ahh I'm just being too short-handed...

Do this at the level where you start putting all the radio options
<j:set var="radioId" value="${h.generateId}"/>

Then for each radio

name="${radioId}.fieldname"

That will give you what you are after.


On 27 August 2013 15:31, sophpc <[email protected]> wrote:

> Sorry, but your solution breaks the radio block. All the buttons in a block
> must have the same name in order to be grouped into a single selection.
> Since /generateId()/ creates a unique id for each radio button, you just
> get
> multiple radio blocks (each containing a single button)
>
>
>
> --
> View this message in context:
> http://jenkins-ci.361315.n4.nabble.com/Databinding-with-RadioBlock-into-Repeatable-tp4641009p4677039.html
> Sent from the Jenkins dev mailing list archive at Nabble.com.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to