component
Tag arg


Pass an argument to the component

Example:

    <component:include page="/WEB-INF/components/header.jsp">
        <component:arg name="current_page" value="Home" />
        <component:arg name="user_info" value="${user_info}" />
    </component:include>
    


Tag Information
Tag Classcom.invirgance.convirgance.web.tag.ArgTag
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
nametruefalsejava.lang.StringName of the argument
valuetruetruejava.lang.StringValue of the argument. Expressions can be used to pass a value of any type.

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.