Do you want to hide the options dynamically if the user enters a new text? Such 
a data binding is not possible out of the box.

Am 31.01.2014 um 10:05 schrieb Marat Mavlyutov <[email protected]>:

> 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.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to