This project offers an integration solution for JavaServer Faces (JSF) and Ajax. It makes most of JSF component Ajaxable. You can add Ajax functionality without rewrite your components!
Be the first to post a text review of AsyncFaces. Rate and review a project by clicking thumbs up or thumbs down in the right column.
New release with new Validator component. Example: <h:inputText id="date" value="#{requestScope.date}"> <f:convertDateTime dateStyle="short"/> <af:validator event="onblur" onFailureAlert="typed date is not correct!" onFailureAddClass="redClassName"/> </h:inputText> When validation fails, the alert message is showed (if any) and the new class is added. When the validation doesn't fail the added class is removed. <af:validator> component extends UIRequest, so accept also <af:target> component as children.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?