DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
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}
1 Comment
Prasad Kamdi
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?