Re: ValidationDelete Error Message Display and locale (!) translation

2007-08-30 Thread Andreas Andreou
If you get a reference to your page (from within the validator), you could do page.getMessages().getMessage("NicknameAlreadyExists") and use that in you exception. And you can do that in the toObject method by formComponent.getPage() ! On 8/30/07, ipoese <[EMAIL PROTECTED]> wrote: > > > > ipoese

Re: ValidationDelete Error Message Display and locale (!) translation

2007-08-30 Thread ipoese
ipoese wrote: > > > Erik Vullings-2 wrote: >> >> Does this link help: >> http://wiki.apache.org/tapestry/Tapestry5HowToOverrideTheDefaultErrorMessageBanner >> > > in general, yes, that would help to customize the error message quite > nicely - however, i am using tapestry 4.1 and not 5. Does

Re: ValidationDelete Error Message Display and locale (!) translation

2007-08-21 Thread ipoese
Erik Vullings-2 wrote: > > Does this link help: > http://wiki.apache.org/tapestry/Tapestry5HowToOverrideTheDefaultErrorMessageBanner > in general, yes, that would help to customize the error message quite nicely - however, i am using tapestry 4.1 and not 5. Does 4.1 support that feature aswell

Re: ValidationDelete Error Message Display and locale (!) translation

2007-08-20 Thread Erik Vullings
Does this link help: http://wiki.apache.org/tapestry/Tapestry5HowToOverrideTheDefaultErrorMessageBanner Cheers Erik On 8/17/07, ipoese <[EMAIL PROTECTED]> wrote: > > > Hi Folks, > > for all those who cannot make much sense of my subject - sorry. I didn't > know any better way of putting it, reall

ValidationDelete Error Message Display and locale (!) translation

2007-08-17 Thread ipoese
Hi Folks, for all those who cannot make much sense of my subject - sorry. I didn't know any better way of putting it, really. So, after i got validation working and figured out how to use the DelegationValidatior to display the Errors next to my input fields - here's the next... challenge :) D