Hi!

I wanna hide some options if specified item is selected. smth like 
optionalBlock with 'select' item
here is my code:

<f:entry title="Title" field="variable">
    <f:select/>
</f:entry>
</j:if>
    <j:if test="${variable.contains('myTextHere')}">
    <f:entry title="variable options" field="option">
        <f:textbox/>
    </f:entry>
</j:if>

can anyone tell me what I am doing wrong?

-- 
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/groups/opt_out.

Reply via email to