Portal JavaServer Faces Component Namespacing


Standard Syntax:
     <%@ taglib prefix="naming" uri="http://bea.com/faces/adapter/tags-naming" %>

XML Syntax:
     <anyxmlelement xmlns:naming="http://bea.com/faces/adapter/tags-naming" />

No Description

Tag Library Information
Display NamePortal JavaServer Faces Component Namespacing
Version1.0
Short Namenaming
URIhttp://bea.com/faces/adapter/tags-naming
 

Tag Summary
namingContainer Custom JSF tag to introduce a component into the component tree that is responsible for ensuring that component identifiers in the component tree are unique within a portal page. The namingContainer component should be the immediate child of the JSF view tag for any JSF content that will be on a portal page. Refer to the javadoc for more information.
 


Output Generated by Tag Library Documentation Generator.

Copyright © 2008 BEA Systems, Inc. All Rights Reserved.