Posted By:
Luigi_Viggiano
Posted On:
Sunday, October 7, 2001 08:54 AM
it can be used twice, but a page can forward to one single page, and no more than one.
For what you want to do you can do in the following way:
Page1 -> Servlet -> Page2
you can use multiple forward but only one ca be executed; example:
<%
...
if (...) { %>
<% } else { %>
<%
}
...
%>