How to override DefaultValidationDecorator?

2008-05-31 Thread Jun Tsai
I want to use my own decorator. I try PartialMarkupRendererFilter defaultValidationDecorator = new PartialMarkupRendererFilter() { public void renderMarkup(MarkupWriter writer, JSONObject reply, PartialMarkupRenderer renderer) { Messages messages =

[T5]How to change the asset url prefix?

2008-05-31 Thread Jun Tsai
My all assets (images,javascripts) are placed on other server machine.I want to change the T5 application's asset prefix url.How to? Thanks. -- regards, Jun Tsai

Equivalent of jwcid="$content$" in T5

2008-05-31 Thread Andrew Pietsch
Hi all, Does T5 have an equivalent of the $content$ and $remove$ components found in previous versions? I've been looking but can't seem to find anything (except perhaps the DiscardBody body mixin for $remove$). Thanks Andrew

Re: How to call service during startup?

2008-05-31 Thread zack1403
I am relatively new to tapestry so this was a huge help not only running a service on startup, but learning more about the Ioc container overall. Thanks, Zack Lubor Gajda wrote: > > Hi, > > Just inject your service to the 'contributeRegistryStartup' method as > final > parameter and directly u

Re: Tapestry-5.0.12-SNAPSHOT

2008-05-31 Thread zack1403
Thanks for the T5 components tip on upgrade to 5.0.12. I would have been stuck on that for a while had I not found this post. Updated POM with current t5-contrib/commons fixed the error Zack Tobias Wehrum wrote: > > Maybe an old T5C commons/contrib? That was it for me last two times I > had s