You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2010/09/08 01:07:32 UTC

[jira] Created: (MYFACES-2913) Params inside command sent by ajax are not handled correctly

Params inside command sent by ajax are not handled correctly
------------------------------------------------------------

                 Key: MYFACES-2913
                 URL: https://issues.apache.org/jira/browse/MYFACES-2913
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.1
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


We have two small bugs that prevent params work correctly on ajax case when jsf.chain is rendered. In theory, ClientBehaviorContext.Parameter should contains the values without quotes and all parameter names and values should be qouted, but on HtmlAjaxBehaviorRenderer, so the code escaping it could handle correctly.

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


[jira] Resolved: (MYFACES-2913) Params inside command sent by ajax are not handled correctly

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-2913.
-------------------------------------

    Fix Version/s: 2.0.2-SNAPSHOT
       Resolution: Fixed

> Params inside command sent by ajax are not handled correctly
> ------------------------------------------------------------
>
>                 Key: MYFACES-2913
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2913
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.1
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.2-SNAPSHOT
>
>
> We have two small bugs that prevent params work correctly on ajax case when jsf.chain is rendered. In theory, ClientBehaviorContext.Parameter should contains the values without quotes and all parameter names and values should be qouted, but on HtmlAjaxBehaviorRenderer, so the code escaping it could handle correctly.

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