Re: [Resin-interest] Static method call in EL

2008-03-19 Thread Mattias Jiderhamn
Seems you have to declare it as a function in the TLD... - Original Message - Subject: [Resin-interest] Static method call in EL Date: Wed, 19 Mar 2008 10:53:13 +0100 From: Mattias Jiderhamn How do I get a static method call from an EL expression? I can see that Resin implements this

[Resin-interest] Static method call in EL

2008-03-19 Thread Mattias Jiderhamn
How do I get a static method call from an EL expression? I can see that Resin implements this with com.caucho.el.StaticMethodExpr but I just can't make it happen with ${foo.Bar.staticMethod(myArg)} Thanks in advance, Mattias ___ resin-interest mai