<% if (somevar.equals("pageone")) { %>
  <jsp:include page="/pageone.jsp" flush="true" />
<% } else { %>
  ...
<% } %>

Craig McClanahan


Campbell wrote:

>  I should know this; but, don't. How do you call a page in this
> context: <%     if (somevar.equals("pageone")            { %> [call
> page one.shtml]<%       } else... Any ideas? Phil

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to