How can i get some insight into the js functions invoked for Ajax
validation? ; unless i know what they are i cannot override them :-) .
Looking at the example showcase, i only see the <s:head theme="ajax"/> and
seems it does all the magic

On 8/28/07, Oleg Mikheev <[EMAIL PROTECTED]> wrote:
>
> j alex wrote:
> > i need to customize them in terms of the error message
> > presentation ; and also because i'm using Websphere which is not
> resolving
> > the references from the JAR directly.
>
> Concerning customization - you don't need to edit anything,
> you can just introduce your own JavaScript function
> function addError(e, errorText) {...}
> and it will substitute the one called by validation fw.
>
> Same about
> function clearErrorLabels(form) {...}
> and
> function clearErrorMessages(form) {...}
>
> Concerning WebSphere - this sucks :)
> Is it a known issue with it?
>
> Oleg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to