nxa4j
Tag commandLink


All usual a4j:commandLink 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 nxa4j:commandLink tag will not consider this as a string (default behaviour of the a4j:commandLink tag) but will invoke the corresponding method binding.


Example:
<nxa4j:commandLink value="#{action.label}" action="${action.getLink()}" />


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

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.