Add EventLink component that can create a link that triggers an arbitrarily 
named event in its container
--------------------------------------------------------------------------------------------------------

                 Key: TAPESTRY-2057
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2057
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.0.7
            Reporter: Howard M. Lewis Ship
            Assignee: Howard M. Lewis Ship
             Fix For: 5.0.8


It is often the case that a container (a page or mega component) will contain 
multiple ActionLink components that all perform the same operation. This ends 
up requiring multiple event handler methods.

It would be nice if there was an alternative to ActionLink that would trigger a 
*named* event in its container.  This would coalesce all those event handler 
methods into a single method.  It would generally result in a shorter, more 
readable URL, and similar components (for instance, all the different sorting 
links in a Grid) would all use the same URL.

-- 
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]

Reply via email to