[T5.3] Using ResourceMinimizer to remove debugging code?

2011-10-31 Thread Jochen Kemnade
Hi, after playing with the new Tapestry 5.3 features, an idea came to my mind. I'd like to abuse the ResourceMinimizer to remove debug code when running in production mode, i.e. calls to Tapestry.debug, T5.console.debug and the like. The idea I currently have is to override the

Re: [T5] creating event links without the page activat ion context being encoded into the URLLink to this mes sage

2009-01-18 Thread Jochen Kemnade
Hello Thiago, sorry, the weekend happened to come in between. ;-) What value are you passing to the context field of LinkFactory.createComponentEventLink()? AFAIK, Tapestry always adds the current activation context to any links, unless you specify an activation context yourself. Try

[T5] creating event links without the page activation context being encoded into the URL

2009-01-16 Thread Jochen Kemnade
Hello, I've got a problem with creating stateless event links. I've got a page, which has an activation context. On the page, there's a component, that displays images. These images are rendered by a service, which I have injected into the component. In the component, I use an event link and a