Re: T5: I'm trying to contribute LibraryMapping's from multiple custom module classes

2007-08-25 Thread Jonathan Glanz
Sorry for the premature isue reportturns out I wasn't prefixing my requests properly...took a little investigation, but if you want secondary modules to work from the root context path you need to specify the library name "core". -Jon On Aug 25, 2007, at 8:19 PM, Jonathan Glanz wrote:

T5: I'm trying to contribute LibraryMapping's from multiple custom module classes

2007-08-25 Thread Jonathan Glanz
Hi, I've got mutiple modules in a plugable architecture, however the only contribution that I can't seem to get to work is: public static void contributeComponentClassResolver (Configuration configuration) { configuration.add(new LibraryMapping("dashgit-bea", "com.densebrain.dashgit.bea"))

Re: [T5] Localization and application message catalog

2007-08-25 Thread matt22
I have similar problem. I set locale in _persistentLocale, and cookie saved correctly, but no more... Injectes locale=en always Any idea? Janko Muzykant wrote: > > hi there, i tried to localize my application putting all messages into 3 > global resource files: > > WEB-INF/app.properties [Eng

T5: Coercion of null to type java.math.BigDecimal (via null --> String, String --> java.math.BigDecimal) failed: java.lang.NullPointerException

2007-08-25 Thread Denny
I have met the T5's bug, https://issues.apache.org/jira/browse/TAPESTRY-1648 I have a domain class, which has a BigDecimal property. While I submit form, it would happen the bug "TAPESTRY-1648". Caused by: org.apache.tapestry.ioc.internal.util.TapestryException: Failure writing parameter value of