Page 1 of 1

No able to encodeUrl while using graph in the JSP page

Posted: Wed Jun 04, 2008 3:13 pm
by prodipta1010
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?