throwExceptionOnFailure=true doesn't detect undefined property burried in ONGL
------------------------------------------------------------------------------
Key: WW-3318
URL: https://issues.apache.org/struts/browse/WW-3318
Project: Struts 2
Issue Type: Bug
Components: Value Stack
Affects Versions: 2.1.8
Reporter: Andreas Krüger
Setup:
struts.el.throwExceptionOnFailure=true in struts.properties
In the value stack, there is no object which has any property "xxx"
The JSP has <s:property value="xxx == null ? 'Not yet determined' : xxx" />
Expected behaviour: As the property xxx is not defined, this should throw an
exception.
Behaviour seen: The string "Not yet determined" gets inserted into the HTML
output as if nothing were wrong.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.