Hello Guys!

I am new to plugin development.

My goal is to choose multiple elements from a list, and the collection of 
the values back to the constructor.

I have already made a ListboxModel with the possible items in it.It works 
fine.

It was something like this, although I can't remember exactly. Of course, I 
was reading upon other topic, found on google. So far, no luck. 

<f:repeatable field="installPackages">
<f:entry title="Available packages" field="availablePackages">
<f:select style="width:40%"/> 
</f:entry>
<f:repeatableAddButton>
</f:repeatable>

I tried to make it repeatable in the config.jelly, but the whole repeatable 
stuff is malfunctioning for me.

Would you please suggest me a method to implement this?
If a whole bunch of checkboxes would appear, labeled with the item names 
and then the checked values would be passed to the java, I would also 
consider a good solution.

Any suggestions are welcome!




-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" 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