Hi 'fusers,
Appfuse 1.8, SpringMVC : I have a page on which I changed the Command. I
updated action-servlet.xml, the page's FormController, etc.
Now when I reload the page i get this error:
javax.servlet.jsp.JspTagException: Neither Errors instance nor plain
target object for bean name 'reservation' available as request
attribute
the class 'Reservation' is the old command. the new one is
ResSearchCriteria.
since i am positive that my source code and xml fies are correct, i suspect
there is a problem with deploying the same jsp with a different Command?
i tried restarting Tomcat, ant clean deploy, even clearing my browsers
cache, but still no luck.
any ideas?