Hi. i am trying out <jsp aram> and <jsp:include>, but the ${param.subTitle} couldn't be displayed. instead of showing 'welcome', the page display ${param.subTitle}. what did i miss out?
First thing is to change the file type to .jsp rather than .jspf.
The .jspf file type should only be used for files included via the static include directive, not with the JSP include action. [ September 21, 2005: Message edited by: Bear Bibeault ]