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 I

Re: GridSortModel

2009-07-31 Thread ppetrou
> Hope this helps. Sorry that I can't look up my own code at the moment. > But look at the grid component documentation. > Ciao, > Jonathan > > On 31/07/2009 05:21, ppetrou wrote: >> I am using a Grid component to display the fields of a User and when >> clicking &g

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 *** *** public Object onChangeEven

Re: ck/OnEvent with Context

2009-08-12 Thread ppetrou
agment.) This failure causes JavaScript processing to stop on > the page 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 t