When Submit is used inside Loop and configured as defered (default), context
value from last loop iteration is always taken as "selected" event argument
--------------------------------------------------------------------------------------------------------------------------------------------------------
Key: TAP5-869
URL: https://issues.apache.org/jira/browse/TAP5-869
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.1.0.5
Reporter: Vjeran Marcinko
One of major uses of Submit's "context" parameter is when Submit is used inside
Loop to be able to distinguish which button was pressed.
Unfortunately, always context value from last loop iteration gets passed via
"selected" event argument, making it always look as if last iteration submit
was selected.
When "defer" parameter is set to false (it's true by default), then everything
works fine.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.