hst-core-tags
Tag actionURL


A HstComponent can make a action URL with this tag. This tag is often used for building a form action URL. This actionURL will invoke the current page with submitting the parameters to the HstComponent including this tag.


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

Attributes
NameRequiredRequest-timeTypeDescription
varfalsefalsejava.lang.StringThe variable name of the actionURL
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 actionURL can be safely used as a tag attribute (e.g, href, src, etc.) value. By default escapeXml is set to true.

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.