OK, going through the tests for the jfreechart plugin, I see this:

result.setHeight("${myHeight}");
result.setWidth("${myWidth}");
        
ValueStack stack = ActionContext.getContext().getValueStack();
stack.set("myHeight", 250);
stack.set("myWidth", 150);

I get that it's testing that the result is picking the values up off of the
value stack.

However, the methods in the plugin setWidth(Long x) take Longs, so this does
not even compile.

How is that?


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to