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 2006/10/13 17:14:39 UTC

[Myfaces Wiki] Update of "InputTextAjax" by LuisParravicini

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 LuisParravicini:
http://wiki.apache.org/myfaces/InputTextAjax

The comment on the change is:
showCancelText is not a property of inputTextAjax, changed to showCancelButton

------------------------------------------------------------------------------
        [onSuccess="successful"
        onFailure="failure"
        onStart="starting"showOkButton="true"
-       showCancelText="true"]/>
+       showCancelButton="true"]/>
  }}}
  
   * onSuccess - called when an update is completely successful.