How are you referencing the action?  I always use an img tag like this:

<img src="serverIronLoadChart.action" />

/Ian

--
Ian Roughley
From Down & Around, Inc.
Consulting * Training / Mentoring * Agile Process * Open Source
web: http://www.fdar.com - email: [EMAIL PROTECTED]



John Cartwright wrote:
Hello All,

I'm having a little trouble getting a chart result type configured using the package declaration below. Whenever I hit the associated URL, my browser prompts me to save a "bin" file rather than displaying the chart. The bin file is a valid png, but somehow Struts is not recognizing the returned type. Can anyone suggest what I'm doing wrong?

Thanks!

-- john


<package name="chart" extends="jfreechart-default" namespace="/chart">
     <action name="serverIronLoadChart"
        class="gov.noaa.eds.arcims.tng.action.ServerIronLoadChartAction">
        <result type="chart">
           <param name="width">400</param>
           <param name="height">300</param>
        </result>
     </action>
  </package>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to