Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

How to use JFreeChartPlugin in <s:div> tag

Struts2 Fan

2007-08-03

Replies:


Hi all,

I am trying to put a JFreeChart in a <s:div> tag

---jsp file---
...
<s:url id="testChart" value="/TestChart.html" />
<s:div
    id="once"
    theme="ajax"
    cssStyle="border: 1px solid yellow;"
    href="%{testChart}">
  Initial Content</s:div>
...
---eof---

/TestChart.html displays correctly but when I try to put it in a <s:div> tag
it displays weird characters.
http://www.nabble.com/file/p11978932/message.jpg

Any thoughts?
--
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.