Posted By:
Mohammed_Noor
Posted On:
Thursday, April 19, 2001 07:36 PM
Why do i get error when I pass a variable to the include directive for both:
pHTML = "member.jsp";
1.
<%= pHTML %>" />
2.
<@jsp:include page = "
<%= pHTML %>" >, but it will OK if I do like this:
<@jsp:include page = "member.html">. Please help!