Hi,

I have my form like below

Code:
<form:form commandName="test_command" method="post" action="test.htm" name="searchForm" id="searchForm" target="main">

     <form:errors path="*"/>

</form:form>
How can I have my form:error display in another frame, eg. frame2 instead in target "main"?

Thanks