Is there any generic way to determine if there is an error in any of the objects bound on the page?
I am using tiles and my example is:
HeaderTile
CurrentUserTile
ErrorMessageTile...
Type: Posts; User: Chrism; Keyword(s):
Is there any generic way to determine if there is an error in any of the objects bound on the page?
I am using tiles and my example is:
HeaderTile
CurrentUserTile
ErrorMessageTile...
I've just started using Spring and I have a quick question. What's the best way to bind data to the form before the call to formBackingObject?
The way I understand it, if you want a "User" form...