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
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
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
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
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