Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.10, 2.3-next-M7, 3.0.2, 4.0.0-RC2
-
None
Description
https://java.net/jira/browse/JAVASERVERFACES-4115 also applies to MyFaces.
<h:form> <h:inputText id="foo" /> <h:commandLink value="test"> <f:ajax execute="foo" /> <f:param name="execute" value="bar" /> </h:commandLink> </h:form>
In MyFaces, the actual behavior is equal to <f:ajax execute="bar"> and request.getParameter("execute") returns null.