[
https://issues.apache.org/jira/browse/MYFACES-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe updated MYFACES-2704:
------------------------------------
Status: Resolved (was: Patch Available)
Assignee: Leonardo Uribe
Fix Version/s: 2.0.1-SNAPSHOT
Resolution: Fixed
Committed solution. I did some small changes, and also I added a test on
test-webapp. Now it should work as expected.
> <f:param> in <h:commandButton> not rendered properly
> ----------------------------------------------------
>
> Key: MYFACES-2704
> URL: https://issues.apache.org/jira/browse/MYFACES-2704
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314
> Affects Versions: 2.0.0
> Reporter: Curtiss Howard
> Assignee: Leonardo Uribe
> Fix For: 2.0.1-SNAPSHOT
>
> Attachments: MYFACES-2704-1.patch
>
>
> When we have an <h:commandButton> with a nested <f:param>, the <f:param> is
> rendered as a hidden input with the given name and value. This works fine
> except in the case where two different <h:commandButton> widgets each have an
> <f:param> with the same name. The result is two hidden inputs with the same
> name but different values, and one of the values will win out.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.