Skip to Content
0
Feb 21, 2011 at 11:22 PM

Hiding Label field in JSP dynPage

462 Views

Hi all,

I am having an issue in Hiding/disabling label field in JSP Dynpage application

Works fine:

<hbj:label id="label_Input_US_Taxpayer_ID" text="<%= USTaxpayerID %>" required="FALSE" design="LABEL" labelFor="Input_US_Taxpayer_ID" />

but as soon as I use enabled="FALSE" the code will crash..

Gives ERROR

<hbj:label id="label_Input_US_Taxpayer_ID" text="<%= USTaxpayerID %>" required="FALSE" design="LABEL" labelFor="Input_US_Taxpayer_ID" enabled="FALSE" />

what is the way to implement this ?

Thanks !

Asif