We have an application which uses JSF2 and Spring. The application works fine when deployed. But this happens if I went through the following steps:
In my case turned out i had missing end tag in xhtml file for one of the jstl calls. i was using choose tag and one of the when tags in between choose did not have an end tag