Please make sure you have read the Tag Syntax document and understand how tag attribute syntax works.

Description

Unknown macro: {snippet}

Parameters

Unknown macro: {snippet}

Examples

Unknown macro: {snippet}
  • No labels

1 Comment

  1. Example 2:

    The string object can be accessed as
    <s:set name="personName" value=" 'TestValue' "/>
    Hello, <s:property value="#personName"/>. How are you?

    This example will print:
    Hello, TestValue. How are you?