I understand the quirky plug-in, but that does not explain why OGNL is looking for a setHeight(String) on ChartResult! If I hardcode ints into these two parms, life is good. I am puzzled at why S2 is not executing getHeight() on my ChartAction and substituting the height and weight into these params.
Can you look at this <http://struts.apache.org/2.x/docs/result-configuration.html>and tell me how the two differ? Peace, Scott On Thu, Feb 14, 2008 at 3:35 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- [EMAIL PROTECTED] wrote: > > Anyone realize why this is not working? I have get/set methods in my > > ChartAction, but the getters are not fetching the values for the Result. > > > > <action name="chart" class="actions.ChartAction"> > > <result type="chart"> > > <param name="height">${height}</param> > > <param name="width">${width}</param> > > </result> > > </action> > > Probably because the "chart" result doesn't parse its parameters. > > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Scott [EMAIL PROTECTED]