hi, thnx. but i dont know how to do this... i suppose, i need to get the
component, for exmaple

IFormComponent comp = (FormComponent)getComponent("myCheckBox"));
if(condition satisfied){
    comp.setDisabled(true);
}

however i searched tapestry API, there isnt such a setDisabled() method or
something equivalent. only isDisabled() which returns a boolean value. so
how can i disable it in this way please?

thnk you.
-- 
View this message in context: 
http://www.nabble.com/disable-form-component-tf2050627.html#a5658357
Sent from the Tapestry - User forum at Nabble.com.


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

Reply via email to