Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7
-
None
-
Tapestry 4.1.2 current snapshot "4.1.2-20070321.174345-38" with "ognl-2.7-20070325.025541-16"
Description
Error compiling expression "!showIfEmpty || tableModel.rowCount > 0".
Same Error occurs setting parentesis like "(!showIfEmpty || tableModel.rowCount > 0)" or "(!showIfEmpty) || (tableModel.rowCount > 0)"
worked perfectly with ognl 2.6.9!