| |||||||
| FRAMES NO FRAMES | |||||||
<pt:logic.variable pt:key="somepageid" pt:value="2000"/>
<pt:logic.concat pt:key="target" pt:value1="pageid" pt:value2="$somepageid" />
<pt:logic.value pt:value="$target"/>
| Tag Information | |
| Tag Name | concat |
| Attributes | ||||
| Name | Type | Required | Default Value | Description |
| value1 | string | true | null | Value added to the front in the final concatenated value. |
| value2 | string | true | null | Value added to the back in the final concatenated value. |
| scope | string | false | portlet request | The scope used to store the result in memory. See the Logic Tag Library description for more details about valid scope arguments. |
| key | string | true | null | Name of the resulting concatenated value from value1 and value2. |
| |||||||
| FRAMES NO FRAMES | |||||||