]
Marek Novotny commented on JBSEAM-5010:
---------------------------------------
I guess, you mean this
Documentation, conversations, 7.12.2. Dealing with errors, needs to
be updated wrt. RF4
---------------------------------------------------------------------------------------
Key: JBSEAM-5010
URL:
https://issues.jboss.org/browse/JBSEAM-5010
Project: Seam 2
Issue Type: Bug
Components: Documentation Issues
Affects Versions: 2.3.0.BETA2
Reporter: Marek Schmidt
Assignee: Marek Novotny
Fix For: 2.3.0.CR1
The "A4J.AJAX.onError" no longer exists in RF4, as there is a standard
mechanism in JFS2 for this kind of thing, "jsf.ajax.addOnError", e.g.:
{code}
<script type="text/javascript">
jsf.ajax.addOnError(function(data) {
alert("An error occurred");
});
</script>
{code}
There is no 1:1 replacement for "A4J.AJAX.onExpired" AFAICFO
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: