I'm developing a builder plugin. In my config.jelly, I have en entry which 
depends on the value selected in other entry, for example: 

<f:entry title="Select" field="select">
 <f:select/>
</f:entry>
<j:if test="${descriptor.testMethod(--the parameter should be the value 
selected in above entry--)}">
 <f:entry title="Test" field="test">
 <f:textbox/>
 </f:entry>
</j:if>

I tried to do the same as dynamic dropdownlist in ui-examples, annotate the 
argument of descriptor's testMethod with @QueryParameter, but it doesn't 
work.
Is there a way to do that?

-- 
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/921307e1-c6e5-4a1c-938b-2f978c0e5c74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to