I am trying to use the form tag within a Spring Roo JSPX file: But everytime I run the application, I keep getting the following exception:
The prefix "form" for element "form:form" is not bound.
I have the form tag library included (xmlns:form="http://www.springframework.org/tags/form"). Can anyone help me get started on troubleshoot this error message? Thanks!