Author | Message |
---|---|
kjadhav
Posts: 12
|
Posted 12:02 Jun 05, 2009 |
I have written controller that will display the rss xml in console but I get this error and it never reaches to the controller. I get this error, 2009-06-05 11:57:01,351 ERROR ExceptionResolver: Exception caused by user i0001 I have done mapping in the spring-servlet.xml as <bean name="/blog/viewFeed.html" Does anyone know why this problem arises?
|
kjadhav
Posts: 12
|
Posted 14:20 Jun 05, 2009 |
thank you got it. Problem was I had not extended abstractcontroller. |