Re: Changing the location of the ajax validation error

2008-01-28 Thread j alex
I'd implemented this by overriding the strutsValidator.onErrors function ; basically getting the list of errors and calling custom function to show the errorbox to the right of the field. Also, i needed to show only 1 error at a time - not all the errored fields ; and this was done using the DWR va

Changing the location of the ajax validation error

2008-01-24 Thread Mark Levitsky
Hi, I am stating the use of struts 2 and I would to know how can I customize the ajax validation errors. I know how to customize the style but I would like to customize the location of the error that will appear At the moment it appears only at the op of the textfield, I would like to change