You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org> on 2009/12/10 22:33:18 UTC

[jira] Commented: (MYFACES-2458) Miscellaneous AJAX bugs

    [ https://issues.apache.org/jira/browse/MYFACES-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788941#action_12788941 ] 

Jakob Korherr commented on MYFACES-2458:
----------------------------------------

Actually, I think there are a LOT more at the moment. This is my list of <f:ajax> problems (the problems you mentioned already excluded):

* h:commandButton with <f:ajax> does not work outside h:form (on mojarra it does)
* h:commandLink needs to add a backslash (\) before every 	apostrophe (') on oamSubmitForm, because this is already inside of apostrophes; an example:

[...]  'return oamSubmitForm('j_id905601284_35fa614a','j_id905601284_35fa614a:j_id905601284_35fa6171');' [...]

causing the following javascript error:

Fehler: missing ) after argument list
Quelldatei: http://localhost:8080/myfaces-test/facelet.xhtml
Zeile: 1, Spalte: 2
Quelltext:
('j_id905601284_35fa614a','j_id905601284_35fa614a:j_id905601284_35fa6171');');

And I am sure that there are a lot more..... :(

> Miscellaneous AJAX bugs
> -----------------------
>
>                 Key: MYFACES-2458
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2458
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha-2
>            Reporter: Curtiss Howard
>            Priority: Minor
>
> There are a couple minor AJAX-related bugs:
> * h:commandButton needs to append "return false;" for onclick when a behavior chain is present.
> * if <f:ajax> disabled=true, the AJAX call is still emitted.
> * Possible issue with <f:ajax> execute="multiple ids".  Seems the javax.faces.partial.execute request param may differ from Sun RI.
> * Unable to restore StateHolder when listener is specified for <f:ajax>.
> * <f:ajax> onevent not being handled.
> * <f:ajax> onerror not being handled.
> * <f:ajax> render="@all" not working correctly.
> * <f:ajax> render="@form" not working correctly.
> * <f:ajax> render="@this" not working correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.