(Select) - Event Bubbling - No chance to handle more submit buttons from the
component in the container
-------------------------------------------------------------------------------------------------------
Key: TAPESTRY-2520
URL: https://issues.apache.org/jira/browse/TAPESTRY-2520
Project: Tapestry
Issue Type: Bug
Affects Versions: 5.0.13
Reporter: Fritz Pröbstle
I have an address component addcomp.tml with has 2 submit buttons with
t:id="add" and t:id"remove".
I add this component (with t:id=" addcomp" ) to my Page address.tml .
Now the page should handle the following events (pseude code)
@Event(component=" addcomp.add") onSelectedFromAdd() and
@Event(component=" addcomp.remove") onSelectedFromRemove() .
But the tap5 gives me only the change to hande
@Event(component=" addcomp") onSelectedFromAddcomp ()
in the page(container) code -I can get chance to handle the add and remove
event individually.
My Proposual:
Allow something like:
@Event(component=" addcomp.add") onSelectedFromAddcomp_Add() and
@Event(component=" addcomp.remove") onSelectedFrom Addcomp_Remove() .
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]