[
https://issues.apache.org/jira/browse/MYFACES-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Kočí updated MYFACES-3012:
---------------------------------
Status: Patch Available (was: Open)
> 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
> Attachments: MYFACES-3012.patch
>
>
> 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.