Hi,

In case anybody is interested, I added some debug information to the
XWorkMethodAccessor.java file, that logs when an OGNL expression in
throwing an exception.

I used it to debug an action method like:
public boolean someTest() {
}

In my JSP file had:
<s:if test="someTest()">
....
</s:if>

but the test was always returning false. The issue was that the method
was throwing an exception but there was no trail of the error nowhere.

Gabriel

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

Reply via email to