The 'name' attribute must be unique for each radioBlock. A solution that
worked for me (in a different case, such as in JENKINS-5028
<https://issues.jenkins-ci.org/browse/JENKINS-5028> ) was to add a unique
generated string to the name attribute. In my case I concatenated
${instance.hashCode()} to the name and it did the trick. I guess you can do
something like this:
name="${t.hashCode()}.myProject.myClass.choise"
--
View this message in context:
http://jenkins-ci.361315.n4.nabble.com/Databinding-with-RadioBlock-into-Repeatable-tp4641009p4677030.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.