aspose file tools
The moose likes JSP and the fly likes EL not displaying Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "EL not displaying" Watch "EL not displaying" New topic
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
    
  14

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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: EL not displaying
 
Similar Threads
.jspf file not behaving as .jsp file: example in HFSJ
using jsp:param
jspf not working with <jsp:include> and <jsp:param>
HFSJ P408 jsp Include tag example
HFS p408 problem passing parameter