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

Key: OGNL-104
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Jesse Kuhnert
Reporter: Christoph
Votes: 0
Watchers: 0
Operations

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

object equality still broken

Created: 03/Jul/07 03:09 AM   Updated: 09/Jul/07 09:08 PM
Component/s: None
Affects Version/s: 2.7
Fix Version/s: 2.7.1

Environment: Tapestry 4.1.2 & OGNL 2.7-SNAPSHOT (20070630)


 Description  « Hide
After upgrading from Tapestry 4.1.1 to 4.1.2 equality of objects in OGNL is broken. I saw the jira issue 96 and downloaded the current snapshot (20070630). But it still dont work. This ist my simple test on the Home.page of my Tapestry app:

Test Equals: <span jwcid="@Insert" value="ognl:@java.lang.Long@valueOf('100').equals(@java.lang.Long@valueOf('100'))"/>
<br/>
Test OGNL: <span jwcid="@Insert" value="ognl:@java.lang.Long@valueOf('100') == @java.lang.Long@valueOf('100')"/>

the first expression is "true" the second one "false".



 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.