Re: OGNL Static Method call wrapper

2015-01-22 Thread Lukasz Lenart
2015-01-19 14:02 GMT+01:00 Alireza Fattahi : > As the OGNL static method will be disabled soon ... we could use a wrapper to > call those static methods > Do you think it is a good idea to add a method ActionSupport for calling the > static methods > > So instead of @foo.bar@isValidAmount(amount)

Re: OGNL Static Method call wrapper

2015-01-19 Thread Alireza Fattahi
envocation in action and JSPs ?!  ~Regards, ~~Alireza Fattahi From: Martin Gainty To: Struts Users Mailing List Sent: Monday, 19 January 2015, 17:00 Subject: RE: OGNL Static Method call wrapper No *Unless* you configure app to implement max heap  -Xmx2048M -XX:PermSize=2048M

RE: OGNL Static Method call wrapper

2015-01-19 Thread Martin Gainty
rtin __ > Date: Mon, 19 Jan 2015 13:02:19 + > From: afatt...@yahoo.com.INVALID > To: user@struts.apache.org > Subject: OGNL Static Method call wrapper > > As the OGNL static method will be disabled soon ... we could use a wrapper to >

OGNL Static Method call wrapper

2015-01-19 Thread Alireza Fattahi
As the OGNL static method will be disabled soon ... we could use a wrapper to call those static methods  Do you think it is a good idea to add a method ActionSupport for calling the static methods So instead of @foo.bar@isValidAmount(amount) we can use callStaticMethod("foo.bar.isValidAmount",a