in HFSJ, page 408 example of having fragment of
JSP as .jspf.
As per the example if i have
<jsp:include page="Header.jspf" >
<jsp
aram name="subTitle" value="We take the sting out of SOAP." />
</jsp:include>
in the main JSP and in Header.jspf, if i try have
${param.subTitle } trying to get the param value it doesn't work.
I tried changing .jspf to .jsp and i could get the value.
Question in two folds:
1. why is .jspf not being treated as .jsp for EL alone...but for rest its fine ?
2. How to make .jspf behave like .jsp to make EL understandable and execute EL.?
I've read that .jspf is recommended.
I'm using
jakarta-tomcat-5.5.9
j2sdk1.4.2