nxh


Standard Syntax:
     <%@ taglib prefix="nxh" uri="http://nuxeo.org/nxweb/html" %>

XML Syntax:
     <anyxmlelement xmlns:nxh="http://nuxeo.org/nxweb/html" />

The NXWebPlatform taglib that encapsulates the usual jsf tags.

The point is to allow adding new features to existing tags without having to change too many templates. Only tags presenting a specific behaviour are described here.

New features:

Tag Library Information
Display NameNone
Version1.0
Short Namenxh
URIhttp://nuxeo.org/nxweb/html
 

Tag Summary
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.

commandLink

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

 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.