|
⇤ ← Revision 1 as of 2006-11-07 13:22:49
Size: 438
Comment:
|
← Revision 2 as of 2009-09-20 21:52:49 ⇥
Size: 438
Comment: converted to 1.6 markup
|
| No differences found! | |
Purpose
Token is JSF component that renders a hidden input field whose value is the transaction token for the containing form.
Sample
<h:form>
<h:message for="token"/>
...
<s:token id="token"/>
</h:form>ATTENTION: In purpose to work properly when the page is redisplayed because validation errors occurred, the Token component should be the last input component in the form.