ck/OnEvent with Context

2009-08-12 Thread ppetrou
I am using the example documented here http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/mixins/OnEvent.html and I can't get the context optional parameter to work. The relevant code is as follows *** input t:id=code t:type=TextField

Re: ck/OnEvent with Context

2009-08-12 Thread ppetrou
causing all sorts of problems. Norman Franke Answering Service for Directors, Inc. www.myasd.com On Aug 12, 2009, at 11:21 AM, ppetrou wrote: I am using the example documented here http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/mixins/OnEvent.html

GridSortModel

2009-07-30 Thread ppetrou
I am using a Grid component to display the fields of a User and when clicking on the USERNAME column header the default behavior is to sort a the users by name(case sensitive). However, I want the sorting to take place in a non-case sensitive manner. I tried to do this with the GridSortModel but