Hi,
I am new to spring and I was wondering if there is a way to show the error messages in a generic way, I mean, outside of the forms tag.
I'd like to have that in my template jsp and don't care anymore about error messages in each jsp I code.
I've already tried the * within spring:bind and spring:hasBindErrors with no success. It complains that the bean '*' is not in request.
Does anybody know how to accomplish this?

Regards,
Rodrigo Pereira