Re: How to overrid configuration?

2008-09-03 Thread Howard Lewis Ship
There is not yet a mechanism for overriding such contributions. A future release of Tapestry will likely allow for overrides. On Tue, Sep 2, 2008 at 11:08 PM, Jun Tsai <[EMAIL PROTECTED]> wrote: > hi,all > for example > in TapestryModule > > public void contribXX(MappedConfiguration config.)

How to overrid configuration?

2008-09-02 Thread Jun Tsai
hi,all for example in TapestryModule public void contribXX(MappedConfiguration config.){ config.add("theId",locator.autobuild(XXX.class)); } Now I want to overrid "theId" Object?such as I want to override EntityPersistentFieldStrategy service .how to do? thanks. -- regards, Ju