Struts-Faces
Tag base


Renders an HTML <base> element with an href attribute pointing to the absolute location of the enclosing JSP page. This tag is valid only when nested inside an HTML <head> element. This tag is useful because it allows you to use relative URL references that are based on the URL of the page itself, rather than the URL to which the most recent submit took place.



Tag Information
Tag Classorg.apache.struts.faces.taglib.BaseTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.String

Value binding expression to bind this component to a backing bean property.

idfalsefalsejava.lang.StringComponent id of this component.
renderedfalsefalsejava.lang.StringBoolean attribute indicating whether this component should be rendered or not.
targetfalsefalsejava.lang.StringTarget frame for this base reference.

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.