mraible wrote:
I tried [EMAIL PROTECTED] value="text('key')"/]
I've already found that in 2.0.x this OGNL expression executed getText(String) but in 2.1.x it only matches the method "text(String)". I'm not sure when that changed in the OGNL implementation, but the new form seems correct as it's method call not a property. I've already replaced one occurrence of "text('key')" with "getText('key')" in the code but there's probably others. That's one of the consequences of allowing loosely typed expressions to creep into code.

I'll definitely look further into this today as its been affecting me for a while too.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to