Menu

AsyncFaces / News: Recent posts

AsyncFaces 1.1.1 released

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.... read more

Posted by Alberto Gori 2006-10-08

AsyncFaces 1.1 release

This is the second release!
The first (asyncfaces 1.0) was buggy and not usable.

The release file contains the jar, a demo application and sources of the demo application.
AsyncFaces sources are under the CVS section, and HTML documentation can be found here:
http://sourceforge.net/docman/display_doc.php?docid=35221&group_id=161893

Posted by Alberto Gori 2006-10-07