T4.0.2: How do I replace a Service via Hivemind?

2007-11-14 Thread Kay.Thielmann
Hi, I'm using Tapestry in a portal environment. In configuration point tapestry.portlet.services.FactoryServices a service called "render" is stored, which I would like to replace with my own class. Is it possible to overwrite this entry or the configuration point within my hivemodule.xml belon

AW: T4: Adding a listener to a link that has not been rendered in tapestry

2007-07-30 Thread Kay.Thielmann
Thanks so far. In my freemarker-templates I wrote the links as if they would have been renderered by DirectLink. Now Tapestry uses the trigger() Methode of the Direct Interface. No real nice solution, but it works. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: T4: Adding a listener to a link that has not been rendered in tapestry

2007-07-30 Thread Kay.Thielmann
We are using Tapestry 4.02 in a portal environment. So using AJAX or javascript (even so it may not be barrier-free) is not so easy. I thought about something like writing my own service or subclassing DirectService, or something like that... Any suggestions? -Ursprüngliche Nachricht-

T4: Adding a listener to a link that has not been rendered in tapestry

2007-07-29 Thread Kay.Thielmann
I wrote a component which shows some html from an external source. This html may contain some links. If one of this links is clicked I need to call a listener to set some parameters, but I don't know how to trigger the listener in this case. Please help. Kay Thielmann Mitarbeiter / BC Governme

How to configure tapestry to keep actual page after maximisation of portlet?

2007-06-29 Thread Kay.Thielmann
Hi all! I'm using Tapestry 4.0.2 in JBoss Portal 2.6-CR2. Within my portlet different pages are shown. When I click on the "maximize"-button I always get back to the page, where I started from, usually "view". It is possible to configure a matching in hivemodule.xml but what do I have to config