| Author |
EL not displaying
|
zelynn goay
Ranch Hand
Joined: Jan 09, 2005
Posts: 30
|
|
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? test.jsp Header.jspf appreciate any help.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
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 ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
zelynn goay
Ranch Hand
Joined: Jan 09, 2005
Posts: 30
|
|
|
thanks, bear. i change the file extensions, and it is appearing now. many thanks.
|
 |
 |
|
|
subject: EL not displaying
|
|
|