> <nested:checkbox property="status" value="S" 
> disabled="<%myBean.isEnable%>"/>
> 
> no errors thrown but It does nothing, it doesn't even outputs the
disabled on <checkbox> html tag.
> 

"does nothing" means what?  Nothing rendered, or does it render an
<input type=checkbox> tag without the disabled flag?

I think you want to use !myBean.isEnable().

- Scott

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

Reply via email to