On Mon, July 02, 2007, Francois Armand wrote:

>    @Component(parameters="disabled=prop:isdisabled")
>    private TextField textField;
>   
>    public boolean getIsdisabled() {
>        return disabled;
>    }
>    @SetupRender
>    void setup() {
>       if(should de disabled) {
>        disabled = true;
>       } else {
>          disabled = false;
>       }
>    }

This helped, thank you! 

Cheers,

Martin

-- 
----------- / http://herbert.the-little-red-haired-girl.org / -------------
=+= 
Steht ein Bratscher vor 'ner Kneipe.

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

Reply via email to