Re: Adding new properties from AppModule

2012-11-21 Thread bhorvat
://tapestry.1045711.n5.nabble.com/Adding-new-properties-from-AppModule-tp5718137p5718164.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Re: Adding new properties from AppModule

2012-11-21 Thread Lance Java
ml) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Adding-new-properties-from-AppModule-tp5718137p5718151.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: Adding new properties from AppModule

2012-11-21 Thread Thiago H de Paula Figueiredo
On Tue, 20 Nov 2012 21:33:31 -0200, bhorvat wrote: Also one other question what is the order of the model load? You shouldn't rely on that. That's why OrderedConfiguration exists. -- Thiago H. de Paula Figueiredo - To uns

Re: Adding new properties from AppModule

2012-11-21 Thread Thiago H de Paula Figueiredo
On Tue, 20 Nov 2012 21:19:36 -0200, bhorvat wrote: hm...so what you are saying is that I should not set a property that will be used by other module, but instead copy the method into my 3 modules and make it custom for them, right? No. i guess the only problem that I have is code dupli

Re: Adding new properties from AppModule

2012-11-20 Thread bhorvat
everything from one module or does it go method by method? For example it first calls bind() in all modules and then it moves on to contributeApplicationDefaults? tnx for fast response cheers -- View this message in context: http://tapestry.1045711.n5.nabble.com/Adding-new-properties-from

Re: Adding new properties from AppModule

2012-11-20 Thread Howard Lewis Ship
rty that will > be > used by other module, but instead copy the method into my 3 modules and > make > it custom for them, right? > > i guess the only problem that I have is code duplication > > > > -- > View this message in context: > http://tapestry.1045711.n5.nab

Re: Adding new properties from AppModule

2012-11-20 Thread bhorvat
.1045711.n5.nabble.com/Adding-new-properties-from-AppModule-tp5718137p5718139.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands

Re: Adding new properties from AppModule

2012-11-20 Thread Howard Lewis Ship
ation) { > configuration.configure("scripts/db/" + config + > "/hibernate.cfg.xml"); > } > }); > } > > Thanks for help. > > Cheers > > > > -- > View this message in context: > http://tapestry.10

Adding new properties from AppModule

2012-11-20 Thread bhorvat
figuration.configure("scripts/db/" + config + "/hibernate.cfg.xml"); } }); } Thanks for help. Cheers -- View this message in context: http://tapestry.1045711.n5.nabble.com/Adding-new-properties-from-AppModule-tp5718137.html Sent from the Tapestry -