Any chance you
know or where to hook Magritte to customize the
output of the errors. Required Errors for example, if I don't like
the default message, can I change it? What if I want the errors to
show beside the fiels of the error, is that possible?
Yes, this is easily possible, we have a few applications that
highlights the field with the error and puts the error message next
to it. To achieve the desired effect you have to create you own form
renderer by subclassing MAComponentRenderer or one of its subclasses.
Lukas
Perfect, I was going to do that anyway to do a CSS layout, I guess it
makes perfect sense that the validations are in there as well.