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--
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
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
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,
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
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
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