java:
class MyPage {
@Property
private String value;
@Property
private boolean disabled;
}
tml:
<t:textfield value="value" disabled="${disabled}" />
On 29/07/2008, Tan [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> hi all,
>
> i'm newbie in tapestry. May i know is there any dynamically way to
> code it in java to control over tml <input type=text become read-only
> = false or true base
> on my coding?
> Thank you.
>
> Regards,
> Tan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>