Hi
I am having a problem with the jsp include tag on my page
I am trying to include a graph generated by cgi onto a jsp page . To render the graph I would have to pass the page paramters but when I run the page
all i get is a blank screen .
when I take the offending tags out the page loads normally
Can anyone tell me what I am doing wrong ?
many thanks
the offending code is as follows
<% Calendar today = Calendar.getInstance();
int day = today.DAY_OF_MONTH;
int month = today.MONTH;
int year = today.YEAR;
%>
<jsp:include page= "<jsp
aram name="dd" value="<%=day%>" />
<jsp
aram name="mm" value="<%=month%>" />
<jsp
aram name="yyyy" value="<%=year%>" />
<jsp
aram name="zoom" value="2" />
<jsp
aram name="yscale1" value="100" />
<jsp
aram name="yscale2" value="500" />
<jsp
aram name="yscale3" value="0" />
<jsp
aram name="yscale4" value="0" />
<jsp
aram name="yscale5" value="0" />
<jsp
aram name="start" value="96" />
<jsp
aram name="end" value="216" />
<jsp
aram name="days" value="62" />
<jsp
aram name="opt" value="2629600" />
<jsp
aram name="type" value="16" />
<jsp
aram name="ports" value="185%20" />
</jsp:include>
I am having a problem with the jsp include tag on my page
I am trying to include a graph generated by cgi onto a jsp page . To render the graph I would have to pass the page paramters but when I run the page
all i get is a blank screen .
when I take the offending tags out the page loads normally
Can anyone tell me what I am doing wrong ?
many thanks
the offending code is as follows
<% Calendar today = Calendar.getInstance();
int day = today.DAY_OF_MONTH;
int month = today.MONTH;
int year = today.YEAR;
%>
<jsp:include page= "<jsp
<jsp
<jsp
<jsp
<jsp
<jsp
<jsp
<jsp
<jsp
<jsp
<jsp
<jsp
<jsp
<jsp
<jsp
</jsp:include>