hst-core-tags
Tag attribute


This tag can be used only inside a 'element' tag to set an attribute for the DOM element created by the containing element tag. The attribute value can be set by the value attribute, but it can be set by the text content of this tag also. If the value attribute of this tag is not set, this tag will look for the body text content to set the value of this attribute. If the value attribute is not set at all, then it will remove the attribute by the name.


Tag Information
Tag Classorg.hippoecm.hst.tag.HstAttributeTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
nametruetruejava.lang.StringThe attribute name for the element
valuefalsetruejava.lang.StringThe attribute value for the element

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.