>> Can anyone give any pointers to things to try? 

Thanks. I did find the answer after some fiddling around, the problem was 
the jelly .Working version is:

            <f:repeatable field="servers" minimum="1">
                <table width="90%">
                    <f:entry title="Name"  field="name" >
                        <f:textbox />
                    </f:entry>
                    <f:entry title="Host"  field="host">
                        <f:textbox />
                    </f:entry>
                    <f:entry title="Port"  field="port">
                        <f:textbox  />
                    </f:entry>
                    <f:entry title="Use Https" field="https">
                        <f:checkbox  />
                    </f:entry>
                </table>       
                <f:repeatableDeleteButton />
            </f:repeatable>

Thanks
Andy

On Tuesday, 11 March 2014 16:30:26 UTC, Jesse Glick wrote:
>
> On Tue, Mar 11, 2014 at 12:14 PM, AndyB <[email protected] <javascript:>> 
> wrote: 
> > Can anyone give any pointers to things to try? 
>
> Always start with ui-samples-plugin. 
>

-- 
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/d/optout.

Reply via email to