T
thehuby
I have a web page using an include file. I am passing params to the
include page using jsp
aram but am having some difficulty.
Locally (Windows PC/Tomcat Server, JBuilder) I can include ™ in
the heading1 param - when I put this live (Linux/Tomcat Server) the
heading1 text is cut off after the &. There is no error message from
Java (unless it is a System.out.print type error).
Does anyone have any suggestions as to why this is not working and how
I can resolve it?
<jsp:include flush="true" page="/inc/nav.jsp">
<jsp
aram name="heading1" value="Business Web Design:
<em>Functional, Findable, Accessible ™</em>" />
<jsp
aram name="pageTitle" value="Home" />
</jsp:include>
Regards,
Rick
www.e-connected.com
include page using jsp
Locally (Windows PC/Tomcat Server, JBuilder) I can include ™ in
the heading1 param - when I put this live (Linux/Tomcat Server) the
heading1 text is cut off after the &. There is no error message from
Java (unless it is a System.out.print type error).
Does anyone have any suggestions as to why this is not working and how
I can resolve it?
<jsp:include flush="true" page="/inc/nav.jsp">
<jsp
<em>Functional, Findable, Accessible ™</em>" />
<jsp
</jsp:include>
Regards,
Rick
www.e-connected.com