Re: Struts2 - OGNL Calling static method

2008-06-30 Thread Jeromy Evans
Ramanathan RV wrote: Hello I wish to call a static method from the view and make the results available to my view. I believed I would have to do something like this to achieve that : The above piece of code indeed calls the method. But the result doesnt get set on the variable as expected. Am

Struts2 - OGNL Calling static method

2008-06-30 Thread Ramanathan RV
Hello I wish to call a static method from the view and make the results available to my view. I believed I would have to do something like this to achieve that : The above piece of code indeed calls the method. But the result doesnt get set on the variable as expected. Am I missing something he