views:

8

answers:

1

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!

A: 

A good start is to check maven repositories, dependencies and its versions in pom.xml file.

Solata