[ 
https://issues.apache.org/jira/browse/MYFACES-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Werner Punz reopened MYFACES-4040:
----------------------------------

reopening because the fix now also is in 2.3.x

> <f:param> name conflicts with <f:ajax> attributes
> -------------------------------------------------
>
>                 Key: MYFACES-4040
>                 URL: https://issues.apache.org/jira/browse/MYFACES-4040
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 2.2.9
>            Reporter: Bauke Scholtz
>            Assignee: Werner Punz
>            Priority: Major
>             Fix For: 2.3-next-M8, 4.0.0-RC3
>
>         Attachments: test-faces23-ajax.war
>
>
> https://java.net/jira/browse/JAVASERVERFACES-4115 also applies to MyFaces.
> {code}
> <h:form>
>     <h:inputText id="foo" />
>     <h:commandLink value="test">
>         <f:ajax execute="foo" />
>         <f:param name="execute" value="bar" />
>     </h:commandLink>
> </h:form>
> {code}
> In MyFaces, the actual behavior is equal to <f:ajax execute="bar"> and 
> request.getParameter("execute") returns null.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to