I'm using the form tag this way:
The value of 'action' gets passed into the tag, but not 'name', here's the output html I gotCode:<form:form name="myForm" action="post"> </form:form>
I think this issue should probably be reportedCode:<form id="null" name="null" method="post" name="myForm"> </form>


Reply With Quote