IOC problem

2008-11-07 Thread bobpuley
Hi, i get an error during contribute method invocation, using T5 IOC in my application. I don't use T5 core and other, simply get Registry via builder, inspired to code stored on the tapestry wiki (http://wiki.apache.org/tapestry/Tapestry5HowToIocOnly) and code of TapestryFilter/ServletApplication

IOC problem

2008-11-07 Thread bobpuley
Hi, i get an error during contribute method invocation, using T5 IOC in my application. I don't use T5 core and other, simply get Registry via builder, inspired to code stored on the tapestry wiki (http://wiki.apache.org/tapestry/Tapestry5HowToIocOnly) and code of TapestryFilter/ServletApplication

override validation messages with tapestry 5

2007-05-27 Thread bobpuley
hallo, how can i override messages like "required=You must provide a value for %s", using tapestry 5.0.4, stored in ValidationMessages.properties? I try making a file named .properties with the same properties keys... but don't work. For components with properties associated i find in this forum