[ http://issues.apache.org/jira/browse/TAPESTRY-400?page=comments#action_12315997 ]
Henri Dupre commented on TAPESTRY-400: -------------------------------------- I have a bunch of ugly components for opening popups at the same time than you click on a LinkSubmit or DirectLink. This is really ugly because it requires to "copy" the whole code and make some additions. However I have no idea how to solve it nicely now. The links should provide in the future an interface for adding functionality. > LinkSubmit and Rollover should be able to play together. > -------------------------------------------------------- > > Key: TAPESTRY-400 > URL: http://issues.apache.org/jira/browse/TAPESTRY-400 > Project: Tapestry > Type: Improvement > Components: Framework > Versions: 4.0, 3.0.3 > Reporter: Geoff Longman > Priority: Minor > > Rollover works with ILinkComponents like DirectLink to provide, well, > rollover image functionality. > In the project I'm working there is a requirement to use LinkSubmit with > rollover images. But, Rollover expects an ILinkComponent and LinkSubmit is a > IFormComponent and not an ILinkComponent. > I have a kludge to make this work but it is suboptimal and not sure if the > powers that be here will allow me to share. The kludge is to create my own > LinkSubmit with a modified copy of Tapestry's LinkSubmit source. The > modification entails making LinkSubmit also implement ILinkComponent. > Anyways, there is probably a better way to do it . > Not sure when I can come back and resolve it so I'm adding this issue to > prevent it being forgotten. -- 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]
