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]

Reply via email to