Core Tags


This library provides a basic set of tags that provide some of the core tag functionality, like errors and debug mode.

Tag Library Information
Namecore
Version1.0
 

Tag Summary
commentThis tag is used to display comments in the untransformed source HTML. When this tag is transformed, the contents of this tag will not be displayed in the HTML sent to the browser.
debugmodeThis tag turns tag debug mode on and off. When debug mode is on, tags will display HTML comments before and after they are executed to aid in debugging. Tags may also have custom behavior in debug mode. This tag uses an editable shared variable for debug mode (see com.plumtree.portaluiinfrastructure.tags.tasks.TagStateTasks.GetIsDebugMode for more details).

This tag does not display the contents of the tag and should only be used as a singleton tag (i.e. <pt:core.debugmode/>), rather than as a tag with both an open and close tag.

htmlThis tag displays an HTML tag, allowing for attribute value replacement. Simply use the tag PT attribute to specify the name of the HTML tag to display, and then insert the HTML tag attributes as normal XML attributes. They will get processed and added to the HTML tag.
localizeThis tag will display the localized version of the string with the given string Id and string file. It will also replace the tokens, {0},{1},..., if a replacement is given via the optional string replace variables.
 


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.