> You'll need to enable OGNL's access to static methods. > > struts.ognl.allowStaticMethodAccess=true >
Ah, I didn't know that! > > I try not to use this myself. Instead I expose a property that provides > the values so it can sort, lookup I81N text, and minimize dependencies on > OGNL-specific syntax. > Thanks for the advice!