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/02/27 16:40:48 UTC

[Myfaces Wiki] Update of "InputSuggestAjax" by MarcoBeelen

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

------------------------------------------------------------------------------
  }
  }}}
  
+ === Facelets ===
+ 
+ For using thin InputSuggestAjax-component in facelets you need to have the proper tag definition in your sandbox-taglib.xml ( [http://wiki.java.net/bin/view/Projects/FaceletsTaglibsMyfacesSandbox] ).
+ The mentioned handler-class must be added to your project.
+ 
+ The source for the handlers class can be found at: [http://wiki.java.net/bin/view/Projects/InputSuggestAjaxComponentHandler]
+