Hi,

I 'm trying to understand how does Tapestry IoC works.., I 'm currently
reading the new docs and I 'm also putting my hands on an example I got on a
working application.

What I can't understand yet is how does contribution works,

I got that you can define a Service like:

public static SaltSourceService buildXxx(...) {
>

and that you can configure Xxx's dependencies contributing with:

public static void contributeXxx(final MappedConfiguration<String, String>
> configuration) {
>

where you add entries to the parameter received map, but... in the example I
'm looking at, I only see values being put in the map but never retrieved,

would I be looking at an incomplete example or there's some tapestry magic
over this?


The example I mention is an application which uses tapestry-spring-security
and I want to override a property value from a service,
I want to set service AuthenticationProcessingFilter's property
alwaysUseDefaultTargetUrl to true in my AppModule.

hope someone throws some light on this one as it usually happens here in the
ml :)

cheers,
Nicolás.-

Reply via email to