You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2007/07/25 20:10:10 UTC

[Myfaces Wiki] Trivial Update of "JavascriptWithJavaServerFaces" by MalteStockmann

Dear Wiki user,

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

The following page has been changed by MalteStockmann:
http://wiki.apache.org/myfaces/JavascriptWithJavaServerFaces

The comment on the change is:
typo fixes

------------------------------------------------------------------------------
  
  One very common scenario is to introduce a confirmation dialog associated with an action (for example deleting a record, canceling an edit). Another common scenario is to perform client side validation thus saving a round trip to the server. An example is to check that the ‘Password’ and ‘Confirm password’ are equal before posting back to the server.
  
- The article describe how to triggers client side javascript functions with the <h:commandLink> and the <h:commandButton> components. 
+ The article describes how to trigger client side javascript functions with the <h:commandLink> and the <h:commandButton> components. 
  
  === <h:commandLink> ===