On Tue, Oct 27, 2015 at 11:34 AM, Kirill <[email protected]> wrote:
> what about case when there are two <f:dropdownList/> elements?

First of all, you should be using `f:dropdownDescriptorSelector` for
data binding, rather than a raw `f:dropdownList`.

Probably what you are asking for is not possible without either
patching Jenkins core, or producing your own form controls from
scratch. `f:select` computes its values dynamically, using an adjunct
(`select.js`). You would need a hybrid.

Just one of many inconsistencies and missing features in the stock
form controls, I am afraid.

-- 
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/CANfRfr3Zib-OP4tyYT19F_Mf4iAOhmXPu2hwDbBwOYwbFXFK7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to