That was one option that I wanted to get confirmation about. What if
you add another entry to the configuration element with the same name of
a previous one.. does it override or ignore or throw exception?
I tried it and it seemed to not work, but it's late here, and maybe it
was something el
Hi Fernando,
I've not tried this before, but can you just replace the one that gets
added in the TapestryModule (line 1529)? I thought there was a way to do
this, perhaps by adding yours to the configuration with the same service id.
Fernando Padilla wrote:
> Hello. I would like to disable the d
Hello. I would like to disable the default PageRenderSupport. How can
I do that?
here is what I know so far, but not close enough.. pleae help.
I can override/shadow PageRenderSupport by adding a
MarkupRendererFilter, "after:PageRenderSupport". But PageRenderSupport
will still call it's b