Bauke Scholtz created MYFACES-4040:
--------------------------------------
Summary: <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
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
(v6.3.4#6332)