0 Replies Latest reply on Mar 10, 2005 11:00 AM by kejoseph

    JSP Include statement problem

    kejoseph


      Any reason why the first would not work and the second would in a JSP file ? Note that when I print the somehtmlpage, it displays "/htmlstuff/somehtmlpage.htm"

      1. Does not work
      <jsp:include page="<%= somehtmlpage %>" flush="true" />

      2. Works
      <jsp:include page="/htmlstuff/somehtmlpage.htm" flush="true" />