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}
2 Comments
Bhaarat Sharma
The example seems to be wrong.
one correction is
[code]
<s:hidden name="foo" value="%
" />
rather than
<s:hidden name="foo" value="bar" />
Joe Snikeris
I agree. The example should read:
<-- example one --> <s:hidden name="foo" /> <-- example two --> <s:hidden name="foo" value="%{bar}" />Example One Resulting HTML (if foo evaluates to bar):
Example Two Resulting HTML (if getBar method of the action or model returns 'bar')