-
Did you know DynaFaces project?
https://jsf-extensions.dev.java.net/
It's an extension of JSF 1.2. The aim is to support AJAX, as our library does.
It has new very interesting features respect to AsyncFaces: you can involve components and free text in an AJAX refresh operation (AsyncFaces wants only components).
Then DynaFaces can improve performances, because it evaluates the component...
2006-10-21 09:57:47 UTC in AsyncFaces
-
agoria committed patchset 14 of module src to the AsyncFaces CVS repository, changing 12 files.
2006-10-16 14:08:42 UTC in AsyncFaces
-
agoria committed patchset 13 of module src to the AsyncFaces CVS repository, changing 138 files.
2006-10-16 13:34:04 UTC in AsyncFaces
-
agoria committed patchset 12 of module src to the AsyncFaces CVS repository, changing 6 files.
2006-10-09 17:14:02 UTC in AsyncFaces
-
agoria committed patchset 11 of module src to the AsyncFaces CVS repository, changing 2 files.
2006-10-09 08:23:50 UTC in AsyncFaces
-
agoria committed patchset 10 of module src to the AsyncFaces CVS repository, changing 12 files.
2006-10-09 08:13:30 UTC in AsyncFaces
-
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...
2006-10-08 10:39:13 UTC in AsyncFaces
-
agoria committed patchset 9 of module src to the AsyncFaces CVS repository, changing 28 files.
2006-10-08 10:09:34 UTC in AsyncFaces
-
It is not more an issue :)
2006-10-07 13:52:23 UTC in AsyncFaces
-
Logged In: YES
user_id=1468085
Solved.
AsyncFaces is still not dependent from shale.
2006-10-07 13:49:05 UTC in AsyncFaces