nxh
Tag commandButton
All usual h:commandButton attributes are accepted here. The tag specificity is that it can invoke a method binding which is the result of the given method binding.
NXActions items can be configured to hold method bindings as a link like "${documentAction.createDocument('Domain')}". This information can be accessed in a page via "${action.getLink()}".
The nxh:commandButton tag will not consider this as a string (default behaviour of the h:commandButton tag) but will invoke the corresponding method binding.
Example:
<nxh:commandButton value="#{action.label}" action="${action.getLink()}" />
Tag Information |
Tag Class | None |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes |
No Attributes Defined. |
Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.