I and a coworker are writting a JSR 168 portlet. The Portlet currently it takes in takes data in, uses apache commons validator to validate the data.
We are restricted to only use sun's JSTL. so the simple solution of converting them to ActionErrors and using the
Struts "<HTML:ERRORS/>" tag is out.
My problem is how do I spit out the errors from ValidationResults without STRUTS taglibraries.
Sorry I am not finding anything on GOOGLE.
Any suggestions?