<f:radioBlock> is not hiding child object by default. I have to select 
another radio in the same group to make the items hidden.

<f:entry field="method">
                          <f:section title="Deployment method"> 
                                  <f:entry>
                                   <f:radioBlock checked="TRUE" 
name="Deploy Method" title="Deploy new servers" value="Deploy new Servers"/>
                                   </f:entry>
                                   <f:entry>
                                  <f:radioBlock checked="FALSE" 
name="Deploy Method" title="Script Deploy" value="Script deploy">
                                          <f:entry >
                                           <j:forEach var="script" 
items="${account.scripts}">
                                           <f:entry>
                                           <f:checkbox 
name="${script.scriptName}" value="${script.scriptName}" 
title="${script.scriptName}"/> 
                                           </f:entry>
                                           </j:forEach>
                                         </f:entry>
                                  </f:radioBlock>
                                </f:entry>
                        </f:section>
                      </f:entry>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/bcd4f03f-2f19-466e-844c-c0874855965a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to