Re: Properties file in different location

2006-08-22 Thread hv @ Fashion Content
No, in Tap3 you only have a few options to modify behaviour. Henrik "Peter Dawn" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > guys is this tap3 compatible? > > - > To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Properties file in different location

2006-08-22 Thread Peter Dawn
guys is this tap3 compatible? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Properties file in different location

2006-08-22 Thread Andrei Chiritescu
Well ... I haven't used this ... but if you take a look at the tapestry.asset.xml you'll see that there is a "AssetFactories" contribution like : For this I think you have to implement "AssetFactory" and make a service-point then add it to the contribution (with your own chosen pref

Re: Properties file in different location

2006-08-22 Thread soir
and not in the same root folder as the html file. >>> >>> thanks. >>> >>> - >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >>> >

Re: Properties file in different location

2006-08-22 Thread Andrei Chiritescu
You could try implementing "ComponentMessagesSource" (or extending "ComponentMessagesSourceImpl" to make it easier). Then add this to your hivemind module : {code:xml} class="be.unid.tapestry.messages.UnidComponentMessagesSourceImpl"> value=

Re: Properties file in different location

2006-08-21 Thread soir
file. > > thanks. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Properties-file-in-different-location-tf2144390.html#a5

Properties file in different location

2006-08-21 Thread Peter Dawn
guys, my web app has a lot of properties files now and its beginning to look cluttered. is there a way to put the properties files in a separate folder and not in the same root folder as the html file. thanks. - To unsubscribe,