Does tomcat4.0.4 follow servlet specifications 2.3 and
jsp 1.2 if yes then can some one explain the following
as per these specification 
 <jsp:include page="common.jsp" flush="true" /> 
 <% if (someCondition) { %> 
   <jsp:forward page="another.jsp" /> 
 <% } %>
 
 the above code will give error, but if u make the
 flush value="false", it must work, and not give
 error.???
 but when i tried it in jsp it gives my illleagal
 state
 error, saying cannot forward after sumbitting
 response.
 Ashish
 


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to