On Fri, Jan 30, 2015 at 4:00 AM, Sebastian Schuberth <[email protected]> wrote: > Probably a bit late, but for reference, this seem to be easily possible by > using Groovy instead of Jelly now, see > > https://wiki.jenkins-ci.org/display/JENKINS/Groovy+View > https://github.com/jenkinsci/ui-samples-plugin/blob/master/src/main/java/jenkins/plugins/ui_samples/FormFieldValidationWithContext.java > https://github.com/jenkinsci/ui-samples-plugin/blob/master/src/main/resources/jenkins/plugins/ui_samples/FormFieldValidationWithContext/index.groovy
That is a different case: State is a Describable. repeatableProperty works easily with these (in either Jelly or Groovy). The question was about binding a List<String>. -- 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/CANfRfr3pK%3DkAe8pHtdYFgYHVHnu4P9y0CQSWpRcwZz2mOfkbDg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
