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)