I have a very simple bean object with two simple string properties. When I do
<form t:type="beaneditform" object="foo" /> I see the validation error red "X"s after the property input fields and a notice "You must correct the following errors before you may continue." above the set of fields. The error text is not in the characteristic red. I have specified no validation on the bean's fields. Any ideas why errors are being thrown here? I'm using the central repository's recently-released 5.0.5 library for tap-core. Bill