Hi Ranchers,
I have posted the same topic on
Spring forum earlier, but did not get any response. Hence I am writing it here as well.
I am trying to complete
step by step Spring MVC tutorial and am stuck at
part 4 where business logic is referred from the Controller.
When I try to print the values present in the objects returned by the controller, the
string
${beanName.property}
is displayed on the screen.
My
jsp is :
and my controller :
The
unit tests for all the beans and controller run successfully :
package test.springapp.web;
The aplication-servlet.xml follows :
Please guide me to a direction following which I can identify my mistake.