Henning P. Schmiedehausen wrote:
As your actions normally extend VelocityAction or VelocitySecureActionHmm.. remember trying to do that that a while back to overcome the bug in the
and these extend in turn o.a.t.util.velocity.VelocityActionEvent which
in turn extends ActionEvent, you can just write a small CustomAction
class which extends VelocityAction and shadows formatString. I'd be
interested in hearing results.
formatString method (IIRC the test for the parameter ending with ".x" and ".y"
had a "&&" instead of a "||").
Unfortunately you cannot override formatString because it is marked final. So
you have to override the executeEvents(RunData) method and copy the code in
the original method replacing the call to formatString with one that calls
your custom "formatStringCorrected" method- pretty ugly.
BK
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
