Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Shale Wiki" for change 
notification.

The following page has been changed by Adrian Mitev:
http://wiki.apache.org/shale/Token

New page:
== 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.

Reply via email to