Hi,
I have my form like below
How can I have my form:error display in another frame, eg. frame2 instead in target "main"?Code:<form:form commandName="test_command" method="post" action="test.htm" name="searchForm" id="searchForm" target="main"> <form:errors path="*"/> </form:form>
Thanks



Reply With Quote