PopupLinkRenderer overrides wrong method of DefaultLinkRenderer
---------------------------------------------------------------
Key: TAPESTRY-741
URL: http://issues.apache.org/jira/browse/TAPESTRY-741
Project: Tapestry
Type: Bug
Components: Contrib
Versions: 4.0
Environment: Tapestry 4.0-beta-12
Reporter: Jeff Lubetkin
In his fix for TAPESTRY-580, HLS changed the signature of
DefaultLinkRenderer.constructURL from constructURL(ILink, String,
IRequestCycle) to constructURL(ILinkComponent, IRequestCycle).
PopupLinkRenderer's constructURL method was not modified to match the change,
and is therefore not being called.
Too bad Tapestry's codebase can't use Java 1.5...this is the perfect example of
why the "@Override" annotation is a good thing :)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]