Will you provide an example of using this Select suggestion in the
html template?  Not sure how to use this with another control to
conditionally include the disabled piece.

Thanks,
Joseph

Andreas Andreou wrote:

>you can also use the Select component, i.e.
>
> <select jwcid=" <at> Select" disabled="ognl:false">
>
>Take a look at http://jakarta.apache.org/tapestry/doc/ComponentReference/

>Scott F. Walter wrote:

> How can I conditionally do not disable a field?    If you have any 
> value for the disabled attribute the input field would be disabled.  
> So I guess my question is how do conditioanlly NOT set the disabled 
> attribute.
>
> In the end in a particular condtion I want this generated:
>
> <select disabled="true">
>
> in the other condition I want this generated
>
> <select>
>
> Any clues?
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to