you can try some thing like this.
<logic:notEmpty  name="channelForm" property="productList">
        <c:set var="disable" value="true" />
</logic:notEmpty>

<html:submit onclick="set('editProduct');" disabled="<%=disable %>" ><bean:message
key="button.edit"/></html:submit>


Thanks and Regards
Deepak.


-----Original Message-----
From: Shane Mingins [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 8:27 AM
To: '[EMAIL PROTECTED]'
Subject: Disabling Buttons on View


Hi

If I wish to simulate the enable/disable of buttons that users are used to
with a rich GUI on a JSP view, is there are nicer way than using the logic
tags like this?

<logic:notEmpty  name="channelForm" property="productList">
       <html:submit onclick="set('editProduct');"><bean:message
key="button.edit"/></html:submit>
</logic:notEmpty>

<logic:empty  name="channelForm" property="productList">
       <html:submit disabled="true" ><bean:message
key="button.edit"/></html:submit>
</logic:empty>

Thanks
Shane

Shane Mingins
Analyst Programmer
Assure NZ Ltd
Ph 644 494 2522



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


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

Reply via email to