On Thu, Jun 26, 2014 at 2:51 AM, Daniel Olausson <[email protected]> wrote:
> public FormValidation doCheckMySecrets(@QueryParameter final List<MySecret> 
> mySecrets)

I have never heard of @QueryParameter accepting a collection of
structured objects. I doubt such a thing is implemented.

> <f:entry field="mySecrets">
> <f:hetero-list name="mySecrets" hasHeader="true"
> items="${instance.getMySecrets()}" addCaption="Add a secret" />
> </f:entry>

You should prefer f:repeatableHeteroProperty for data binding.

-- 
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