Forums
This topic is locked
Including a .jsp page with a variable pagename
Posted 21 Aug 2002 11:04:53
1
has voted
21 Aug 2002 11:04:53 Erwin Hendriks posted:
I'm trying to include a jsp file into another jsp:Example:
@ include file="Name.jsp"
I also have a session-variable "pagename_prefix" that could have a value, say "xx".
In this case, the jsp-file "xxName.jsp" must be included.
I don't get this to work. Any suggestions?