Hi everyone, I've got a DirectLink in a component template. But when this link is clicked I don't want to call a listener method of that component, but a listener method of the page that contains the component. I tried it like this, but it didn't work:
<a href="#" jwcid="@DirectLink" listener="listener:page.doClick">xyz</a> The reason is that I need access to an application state object. Alternatively I'm thinking about to have my component write out the HTML code directly, and not to use a template. The component could then print a hyperlink without using the DirectLink component. But I don't know how such a 'static' link might look like, since Tapestry's URLs don't have a parameter which tells it what listener method is supposed to be invoked. Any ideas would be appreciated! - Markus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]