Java Beans with Annotations generally useful for Object Relational Mapping
0
votes
0answers
44 views
Neither BindingResult nor plain target object for bean name 'subscriber' available as request attribute
I'm learning SpringMVC and web development in general and I'm running into issues loading my index.jsp page.
Here is my jsp:
<form:form commandName="subscriber">
...
1
vote
1answer
382 views
Where does xmlns:tns come from when using schemagen
We are using schemagen to create an XSD from some annotated POJOs.
Here is our ant target
<target name="generate-xsd" depends="compile">
<taskdef name="schemagen" ...