On 11/24/2017 3:31 PM, [email protected] wrote:
> <s:if test='%{! #row.type.equals("head")}'>
>
> How to make this true when #row.type is null.
I tested below instead, and works:
<s:if test='%{! "head".equals(#row.type)}'>
However, you pointed an important note out. It caused that I think maybe
it was better to throw an NPE in such cases.
Thanks for your report,
Yasser.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]