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