On Tue, 19 Jan 2010 09:41:49 -0200, Piero Sartini
wrote:
After trying to override ComponentClassResolver (which did not work),
You could also advise it.
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
and instructor
Owner, softwar
After trying to override ComponentClassResolver (which did not work),
I played with UrlRewriter infrastructure. I think most of what I need could
be done by just using it.
Thanks!
-
To unsubscribe, e-mail: users-unsubscr...@tapes
;Tapestry users"
An
Tapestry users
Kopie
Thema
Re: Load page/component without ComponentClassResolver
> i'd create a service that has a mappedConfiguration
> and contribute the default pages in the libraries' module
> (wrapped in another custom object).
>
> if
> i'd create a service that has a mappedConfiguration
> and contribute the default pages in the libraries' module
> (wrapped in another custom object).
>
> if an user wanted to change the default he could do a
> MappedConfiguration.override() to replace the default
> contribution.
This is a good
hi piero,
i'd create a service that has a mappedConfiguration
and contribute the default pages in the libraries' module
(wrapped in another custom object).
if an user wanted to change the default he could do a
MappedConfiguration.override() to replace the default
contribution.
i must admit i d