File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes How to disable a4j:commandButton Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How to disable a4j:commandButton" Watch "How to disable a4j:commandButton" New topic
Author

How to disable a4j:commandButton

ya ji
Ranch Hand

Joined: Jul 14, 2008
Posts: 40
I set disabled="true", but it doesn't work.

Code:
<a4j:commandButton action="#{MyBean.create}" disabled="true" limitToList="true" value="Add" styleClass="searchBtn" id="btnAdd" />
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to disable a4j:commandButton
 
Similar Threads
Disabling all controls
checkbox
Need usage help for getDocumentById
disable text box
Disabling html:text in Struts dynamically