4.1.2-SNAPSHOT upgrade issue/bug from 4.1.1

2007-03-12 Thread maksymg
Hi, I have a border component that access to a meta tag defined on the parent page. The code works fine in 4.1.1, but stops working in 4.1.2-SNAPSHOT. Is it a bug? The component definition: The parent page definition: Error message: Unable to parse OGNL expression 'page.specific

4.1.2 try to access hidden class java.util.HashMap$Entry

2007-03-12 Thread maksymg
Hi, I'm trying to switch my working code from 4.1.1 to 4.1.2-SNAPSHOT, but get an OGNL error. It seems that the Tapestry tries to get list of properties based on the actual class not interface of the object even if class is not public. page class: abstract public Map getProcessMap(); abstract

Re: [WARNING] 4.1.2 try to access hidden class java.util.HashMap$Entry

2007-03-12 Thread maksymg
Do you know timetable when the issue will fixed? Should I registered in JIRA? -- View this message in context: http://www.nabble.com/4.1.2-try-to-access-hidden-class-java.util.HashMap%24Entry-tf3390928.html#a9443605 Sent from the Tapestry - User mailing list archive at Nabble.com.

OGNL 2.7 error

2007-03-26 Thread maksymg
Hi, The expression 'page.specification.getProperty('page_group')' stopped working after trying to upgrade to T4.1.2. I use the latest ognl-2.7-20070325.025541-16. Any ideas? Error: Unable to parse OGNL expression 'page.specification.getProperty('page_group')': Error compiling expression on obje

OGNL 2.7 error in 4.1.2

2007-05-29 Thread maksymg
The following expression doesn't work in tapestry (4.1.2-SNAPSHORT): components.MyTableRowsComponent.tableRow.MyColumnName.longValue() OR components.MyTableRowsComponent.tableRow.get('MyColumnName').longValue() Basically the return Map value is not converted to its actual type, in my case to jav