History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: OGNL-21
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jesse Kuhnert
Reporter: Marco Valverde
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OGNL

another "setter body: null " error

Created: 26/Mar/07 04:51 AM   Updated: 31/Mar/07 02:22 PM
Component/s: ExpressionCompiler
Affects Version/s: 2.7
Fix Version/s: 2.7

File Attachments: 1. Text File error_description_stacktrace.txt (15 kb)
2. HTML File ExtendedTable.html (2 kb)
3. Java Source File ExtendedTable.java (8 kb)
4. File ExtendedTable.jwc (14 kb)

Environment: Tapestry 4.1.2 current snapshot "4.1.2-20070321.174345-38" with "ognl-2.7-20070325.025541-16"


 Description  « Hide
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!




 All   Comments   Change History      Sort Order:
Marco Valverde - [26/Mar/07 04:52 AM ]
error descriptions & stacktrace

Marco Valverde - [26/Mar/07 04:53 AM ]
component definition file

Marco Valverde - [26/Mar/07 04:54 AM ]
java code

Marco Valverde - [26/Mar/07 04:54 AM ]
html file