Hey Dale -- The ChartAction extends ActionSupport. Wouldn't the action-mapping-OGNL-parsing be looking for height/width getters on the ChartAction?
Scott On Thu, Feb 14, 2008 at 4:39 PM, Dale Newfield <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > I am puzzled at why S2 is not executing getHeight() on my ChartAction > > and substituting the height and weight into these params. > > This is done by StrutsResultSupport. I would guess that whatever class > is implementing your chart result does not extend/leverage that > capability. > > > http://struts.apache.org/2.0.11/struts2-core/apidocs/org/apache/struts2/dispatcher/StrutsResultSupport.html > > -Dale > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Scott [EMAIL PROTECTED]