I understand this as if any exception occurs during EL interpolation (invalid expressions and unknown properties being examples), the expression should not be changed.
So I'd say also if a method invoked during EL evaluation (e.g. toString() of an object used in the expression) throws an exception, the expression should not be changed. WDYT?
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
I understand this as if any exception occurs during EL interpolation (invalid expressions and unknown properties being examples), the expression should not be changed.
So I'd say also if a method invoked during EL evaluation (e.g. toString() of an object used in the expression) throws an exception, the expression should not be changed. WDYT?