On Wed, Dec 14, 2016 at 6:25 PM, 'Claudiu Guiman' via Jenkins Developers <[email protected]> wrote: > Any ideas on what I’m doing wrong?
Not offhand, but generally: I would advise you to avoid all such low-level controls. Use high-level databinding controls instead. Define an `abstract` subclass of `AbstractDescribableImpl` for your options, and create a separate `config.jelly` for each choice. See `ui-samples-plugin` for the general idea. -- 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/CANfRfr1tgY2VQ9vVqxoa7Mrj5_xp9V8B3RCFGz8QF%2B62tx--7w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
