You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/09/23 23:29:16 UTC

[jira] Created: (TAP5-850) Need a new version of LinkCreationListener that passes the page render parameters / component event parameters as well as the link

Need a new version of LinkCreationListener that passes the page render parameters / component event parameters as well as the link
----------------------------------------------------------------------------------------------------------------------------------

                 Key: TAP5-850
                 URL: https://issues.apache.org/jira/browse/TAP5-850
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.2.0.0
            Reporter: Howard M. Lewis Ship
            Priority: Minor


Much of the information in those parameter objects are both important and hard to determine (such as the target page name, etc.). Since they are read-only structures, there's no harm in passing them along.

This would be a LinkCreationListener2 that replaces (not extends) LinkCreationListener, which would then be deprecated.  The LinkCreationHub service would be extended to support adding and removing the new listeners.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.