Search code examples
javastrutsstruts-1

struts1 ognl static method call


I've been trying googling from past some time, but seems like I'm unable to hit the right phrase.

I wanted to know is static method calling supported in struts1. If yes, then how to configure it ? Make some changes in struts-config.xml ?

Regards


Solution

  • There's no OGNL in Struts 1.

    You can use standard JSP custom tag functionality which includes calling functions.