Hi Adam, thanks for your answer, but I don't understand how this is related to my problem?! I'm already using a custom ValidationDelegate and I've also set up both the translator and the validator in my hivemodule.xml file (I verified that they get called/used when submitting the form).
My problem is the order of execution not that I don't know how to use a custom delegate/translator/validator ;) Sincerly and thanks again anyway, Andreas On 06. Mär 2006 - 10:28:28, Adam Zimowski wrote: | In your page class you can populate delegate object with your custom | validations. For instance, if you add the following to you page class: | | @Bean | public abstract ValidationDelegate getDelegate(); | | you then can add errors to this delegate in your listener (onSubmit or | whatever). I suggest first to check javadoc on ValidationDelegate | object, play with it a little and you're gonna strik a home run :-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
