RE: RequestCycle access without injecting

2009-06-12 Thread Howard.Kelsey
Hi Thanks for the advice but I've found that moving the TableColumns component below the TableRows in the .html fixed the issue. The sort still occurs in the rewind phase but after the rewind of the rows so the checkbox can get the row from the current page data. Howard -Original Message--

RequestCycle access without injecting

2009-06-11 Thread Howard.Kelsey
Hi Is there any way to get hold of the RequestCycle in tapestry 4.0.x without injecting it ie some static utility that can provide it. Basically I think there is a bug with tables in that if you click a column heading to sort the column the table values are sorted in the rewind. This means th

Re: Ognl issues in tapestry 4.1.6

2009-05-15 Thread Howard.Kelsey
Hi So after much debugging I found that: 1.Our class is available in the WebappClassLoader because classLoader.loadClass(“com.algorithmics.opvantage.model.domain.Event”) returns the class. The problem is that the bytecode enhancement for ongl uses javassist to find the class and if the cl

Re: Ognl issues in tapestry 4.1.6

2009-05-13 Thread Howard.Kelsey
Hi Our domain classes are generated/compiled at startup time to support client data model. These are simple pojos with getters and setters for each property. The class is definitely available because content.domain.startDate, content.domain.getStartDate(), content.domain[‘startDate’] all work,

Ognl issues in tapestry 4.1.6

2009-05-12 Thread Howard.Kelsey
Hi Ognl in 4.1.6 is behaving rather strangely(I believe this must be a bug)! We're trying to upgrade from 4.0.2. Here's a simplified version of what's happening in an insert component. value="ognl:content.domain['startDate']" renders correctly however value="ognl:content.domain[sharedPickerPro

FW: Tapestry upgrade

2009-05-08 Thread Howard.Kelsey
Hi I think this is a bug. I’ve had no response from you, should I just raise it as a bug? Any advice would be appreciated. Regards Howard -- This email and any files transmitted with it are confidential and proprie

Tapestry upgrade

2009-04-27 Thread Howard.Kelsey
Hi I’m trying to upgrade from tapestry 4.0.2 to 4.1.6 and am seeing some strange behaviour. Basically we have our own implementation of org.apache.hivemind.Messages which extends org.apache.hivemind.impl.AbstractMessages now in our implementation we have a method called getMessage(org.sprin