Allow ui:param for <h:inputText> <f:ajax>
-----------------------------------------
Key: MYFACES-3012
URL: https://issues.apache.org/jira/browse/MYFACES-3012
Project: MyFaces Core
Issue Type: Improvement
Components: JSR-314
Affects Versions: 2.0.4-SNAPSHOT
Environment: myfaces trunk, shared svn. rev 1051469
Reporter: Martin Kočí
Priority: Minor
I don't know what spec says but following should work:
<h:inputText>
<f:param name="paramName" value="paramValue" />
<f:ajax />
</h:inputText>
expected result is paramName = paramValue pair in request.
For h:command it works already.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.