[seam-issues] [JBoss JIRA] (JBSEAM-5010) Documentation, conversations, 7.12.2. Dealing with errors, needs to be updated wrt. RF4

Marek Novotny (JIRA) jira-events at lists.jboss.org
Tue Aug 14 13:57:14 EDT 2012


     [ https://issues.jboss.org/browse/JBSEAM-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Novotny resolved JBSEAM-5010.
-----------------------------------

    Resolution: Done


Added JSF 2 jsdoc and replaced Richfaces Ajax4jsf
                
> 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