Re: int's and OGNL in struts.xml

2010-04-01 Thread Chris Pratt
Unfortunately, we're not up to 2.1.8 yet. And this really struck me as more of an OGNL problem of not being able to pass on an int as an int than a plugin problem. (*Chris*) On Thu, Apr 1, 2010 at 2:29 PM, Martin Gainty wrote: > > you can get/string widths with struts-2.1.8 ChartResult > > >

RE: int's and OGNL in struts.xml

2010-04-01 Thread Martin Gainty
you can get/string widths with struts-2.1.8 ChartResult public String getWidth() { return width; } public void setWidth(String width) { this.width = width; } http://struts.apache.org/download.cgi hth Martin Gainty _