Hi, does exists a way to test (possibly with jstl) if there is at least one error in the page after a form sumbit? In Struts:
<c:if test="${requestScope['org.apache.struts.action.ERROR']!=null}">
...
</c:if>
Hi, does exists a way to test (possibly with jstl) if there is at least one error in the page after a form sumbit? In Struts:
<c:if test="${requestScope['org.apache.struts.action.ERROR']!=null}">
...
</c:if>