Hey Guys,

I've quite happily been working on creating my own module to enhance Tapestry5. This module is a generic patch so that I can more rapidly create new WebApps based on T5. I've added some components and a service and all seemed to be working quite well. Now I've run into a problem though. In a recent project we had created our own ValidationDecorator and pushed it into the environment, thus overriding T5's default validator. Now that I've been creating my own plugable module I've been trying to move this solution in there, but it seems that my plugable module runs before T5 adds it's Services. As a result, the T5 default is now overruling my own ValidationDecorator :(

Anybody here have a clue how I can change the order in which AppModules load?!?

Regards,

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to