setting org.apache.coyote.Response.isCommitted variable

2014-03-06 Thread Prashant Kadam
I am including one jsp in another jsp, there are different behaviors for 2 tomcat versions as below 1. case in 7.0.37 - setCommitted(true) was called and thus in tiles code (pasted below), it includes the jsp and works fine public class TilesRequestProcessor extends RequestProcessor

Re: setting org.apache.coyote.Response.isCommitted variable

2014-03-06 Thread Konstantin Kolinko
2014-03-06 13:25 GMT+04:00 Prashant Kadam prashantkada...@gmail.com: I am including one jsp in another jsp, there are different behaviors for 2 tomcat versions as below 1. case in 7.0.37 - setCommitted(true) was called and thus in tiles code (pasted below), it includes the jsp and works fine