portlet:param
tag provides the ability to add a request parameter name=value pair when nested inside portlet:actionURL, portletRenderURL, or portlet:resourceURL tags.Info | Value |
---|---|
Component Type | com.liferay.faces.bridge.component.PortletParam |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The identifier of the component. |
name | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of the parameter. |
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this component is to be rendered during the RENDER_RESPONSE phase of the JSF lifecycle. The default value is true . |
value | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The value of the parameter. |
Output generated by Vdldoc View Declaration Language Documentation Generator.