No able to encodeUrl while using graph in the JSP page

A free public discussion forum for JFreeDesigner, a report definition designer for JFreeReport.
Locked
prodipta1010
Posts: 2
Joined: Wed Jun 04, 2008 3:09 pm

No able to encodeUrl while using graph in the JSP page

Post by prodipta1010 » Wed Jun 04, 2008 3:13 pm

I am not able to see the graph following the same step as mentioned in the home page.I found it's not able to encode the url.
In normal page to include a image

<img border="0"
src='<%= renderResponse.encodeURL(renderRequest.getContextPath() + "/theme/img/JSF_sort_ascon.gif") %>'
width="11" height="5">

but the url it's returninng is not proper.I am not using servlet using

<context-param>
<param-name>
net.sf.jsfcomp.chartcreator.USE_CHARTLET
</param-name>
<param-value>false</param-value>
</context-param>

Any solution?

Locked