[seam-issues] [JBoss JIRA] (JBSEAM-5010) Documentation, conversations, 7.12.2. Dealing with errors, needs to be updated wrt. RF4
Marek Schmidt (JIRA)
jira-events at lists.jboss.org
Tue Aug 14 03:58:16 EDT 2012
Marek Schmidt created JBSEAM-5010:
-------------------------------------
Summary: 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list