hst-core-tags
Tag componentRenderingURL


This tag creates a URL for rendering a single hst component

Example:
<c:forEach var="pageNr" items="${searchResults.pageNumbersArray}"> <hst:componentRenderingURL var="ajaxURL"> <hst:param name="page" value="${pageNr}" /> </hst:renderURL> <!-- some ajax javascript to load ${ajaxURL} and replace some block --> </c:forEach>


Tag Information
Tag Classorg.hippoecm.hst.tag.HstComponentRenderingURLTag
TagExtraInfo Classorg.hippoecm.hst.tag.HstComponentRenderingURLTag$TEI
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
varfalsefalsejava.lang.StringThe variable name of the component rendering URL
fullyQualifiedfalsetruejava.lang.BooleanIf value is 'true' the created link will be a fully qualified link (URLs), thus starting with 'http://' or 'https://' etc
escapeXmlfalsefalsejava.lang.BooleanWhether or not to escape &,>,<,", and '. When escapeXml = true, the componentRenderingURL can be safely used as a tag attribute (e.g, href, src, etc.) value. By default escapeXml is set to true.
scopefalsefalsejava.lang.StringScope of var or the localization context configuration variable. "page", "request", "session" or "application". "page" scope by default.

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.