[T5] Turning Off / Overriding Tapestry Name Munging

2008-02-20 Thread David Kendall
this munging logic? - or turn it off completely? Thanks David Kendall Lithium Technologies - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: T5 Proposal: Provide a Mechanism to Force Cache Flushing

2008-01-21 Thread David Kendall
d if we could eventually get that constructor given public visibility. Let me know if I can help in any way. Thanks again. David Kendall - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

T5 Proposal: Provide a Mechanism to Force Cache Flushing

2008-01-16 Thread David Kendall
want to see - so it would be helpful if someone familiar with the internals of the caching logic could provide some feedback if my approach is the optimal. If there are other strategies that people here find effective please suggest them. Thanks. David Kendall

RE: T5: Decorating A Service In a Sub Module

2007-11-19 Thread David Kendall
rator decorator = new PageRenderRequestHandlerDecorator(castDelegate); return decorator; } Is there anyone on this list who does have experience with using decorators in a sub-module and can tell me what I am doing wrong - or who can verify this is a bug in T5? Thanks. David Kenda

T5: Decorating A Service In a Sub Module

2007-11-16 Thread David Kendall
nnotate my decorator builder method with @Order("before:*") or @Order("after:*") - I get the same logging message and still the Sub Module decorator is not being executed. Is anyone familiar with how to correctly specify multiple decorators on a single service? Any help would be appre

RE: T5 Decoupling a Template From its Component Class

2007-05-30 Thread David Kendall
and running if at all possible. Any thoughts on this? Thanks again. David Kendall - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

T5 Decoupling a Template From its Component Class

2007-05-30 Thread David Kendall
tweaked for a particular co-brand. For example - I might want to have a template on the class path as org/example/myapp/override/cobrand1/components/CClamp.html Is there any way to do this? Thanks in advance. David Kendall