Hi,
Is tomcat4.0.4 using servlet specification 2.3 and JSP
specification1.2??
Because 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