The following struts 1 code evaluates to true when row.type is null.
<logic:notEqual property="type" name="row" value="head"> The same I converted into struts2 as below but it evaluates to false when row.type is null. <s:if test='%{! #row.type.equals("head")}'> How to make this true when #row.type is null. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org