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 Class | com.invirgance.convirgance.web.tag.ArgTag |
| TagExtraInfo Class | None |
| Body Content | scriptless |
| Display Name | None |
| Attributes |
| Name | Required | Request-time | Type | Description |
| name | true | false | java.lang.String | Name of the argument |
| value | true | true | java.lang.String | Value 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.