Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-24 Thread mwrohde
It does call setupRender(). Only once, and only when the page with the data table is displayed. Let me know if you would like my code. -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-JumpStart-gets-jQuery-DataTables-example-tp5715816p5719498.html Sent from the

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-24 Thread mwrohde
Now that I've written that I can't prove it. I'm having some buffering/timing issues in my log. I'll do a little more analysis and let you know. -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-JumpStart-gets-jQuery-DataTables-example-tp57158

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-24 Thread mwrohde
with the jquery datatable. When the page with the links is rendered setupRender() is called on my data table page. At no time during display of the data table page itself is setupRender() called. -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-JumpStart-gets-jQuery-Dat

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-24 Thread Geoff Callender
ing to install Firebug and see what's what. > > Thanks, again. > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/ANN-JumpStart-gets-jQuery-DataTables-example-tp5715816p5719448.

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-23 Thread mwrohde
I'm going to install Firebug and see what's what. Thanks, again. -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-JumpStart-gets-jQuery-DataTables-example-tp5715816p5719448.html Sent from the Tapestry - User mailing lis

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-22 Thread Chris Poulsen
I know you can use them on the same field in pages/components, I was trying to offer an alternate way of getting the instance of the service setup correctly (by using IoC) instead of using a getter with side-effects as suggested in an earlier post. ;) -- Chris On Wed, Jan 23, 2013 at 12:59 AM,

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-22 Thread Thiago H de Paula Figueiredo
On Tue, 22 Jan 2013 20:43:15 -0200, Chris Poulsen wrote: One could also @Inject CelebrityService into a @Property i suppose? (Using Tapestry IoC to manage the licecycle of the service). Yep. You can use @Inject and @Propert in the same field just fine. Of course, @Property will only work

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-22 Thread Chris Poulsen
celebrityService = new CelebrityService(); > >} > > > > setupRender was being called. However, it seems that tapestry was also > > calling getCelebrityService, which I had no implemented. So, I added a > > getCelebrityService() method that does exactly what setupR

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-22 Thread Geoff Callender
getCelebrityService, which I had no implemented. So, I added a > getCelebrityService() method that does exactly what setupRender() does and > it started working. > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/ANN-JumpSta

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-22 Thread mwrohde
setupRender was being called. However, it seems that tapestry was also calling getCelebrityService, which I had no implemented. So, I added a getCelebrityService() method that does exactly what setupRender() does and it started working. -- View this message in context: http://tapestry.1045711.n5

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-22 Thread mwrohde
ia.add(sortCriterion); } return sortCriteria; } @Override public Object getRowValue(int index) { return preparedResults.get(index - startIndex); } @Override public Class getRowType() { return Celebrity.class; } } -- View this message

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-22 Thread mwrohde
let you know how it goes. -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-JumpStart-gets-jQuery-DataTables-example-tp5715816p5719416.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-22 Thread Nourredine
ration from the jumpstart demo site : http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/griddatasources (the /prepare()/ method should process a database request). Nourredine. -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-JumpStart-gets-jQuery-Dat

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-21 Thread mwrohde
n.get(index - this.startIndex); } @Override public Class getRowType() { return Celebrity.class; } private List getRange(int indexFrom, int indexTo) { // TODO This method needs to pay attention to indexFrom and indexTo and only get x number of records per time L

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-29 Thread Emmanuel DEMEY
tate. > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/ANN-JumpStart-gets-jQuery-DataTables-example-tp5715816p5715868.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-29 Thread antalk
-- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-JumpStart-gets-jQuery-DataTables-example-tp5715816p5715868.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-m

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-28 Thread George Christman
nabble.com/ANN-JumpStart-gets-jQuery-DataTables-example-tp5715816p5715849.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional comman

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-28 Thread Emmanuel DEMEY
d work. > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/ANN-JumpStart-gets-jQuery-DataTables-example-tp5715816p5715846.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > -

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-28 Thread George Christman
Very cool Geoff! Any chance at some point in time you could possibly create an example of this table using ajax? Thanks a lot for your hard work. -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-JumpStart-gets-jQuery-DataTables-example-tp5715816p5715846.html Sent

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-28 Thread Chris Mylonas
It is a bloody good software project!! Kudos to all involved On 28/08/2012, at 7:55 PM, Emmanuel DEMEY wrote: > Hi, > > Thanks a lot Geoff !! > > It seems Tapestry5-jQuery is becoming more popular ! > > Manu > > 2012/8/28 Geoff Callender > >> Thanks Bob. >> >> On 27/08/2012, at 8:52 PM, Bo

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-28 Thread Emmanuel DEMEY
Hi, Thanks a lot Geoff !! It seems Tapestry5-jQuery is becoming more popular ! Manu 2012/8/28 Geoff Callender > Thanks Bob. > > On 27/08/2012, at 8:52 PM, Bob Harner wrote: > > > Nice add! > > On Aug 27, 2012 6:29 AM, "Geoff Callender" < > > geoff.callender.jumpst...@gmail.com> wrote: > > > >

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-27 Thread Geoff Callender
Thanks Bob. On 27/08/2012, at 8:52 PM, Bob Harner wrote: > Nice add! > On Aug 27, 2012 6:29 AM, "Geoff Callender" < > geoff.callender.jumpst...@gmail.com> wrote: > >> Hi all, >> >> JumpStart's newest example is a fully javascripted grid, without you >> having to write any any javascript! >> >>

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-27 Thread Bob Harner
Nice add! On Aug 27, 2012 6:29 AM, "Geoff Callender" < geoff.callender.jumpst...@gmail.com> wrote: > Hi all, > > JumpStart's newest example is a fully javascripted grid, without you > having to write any any javascript! > > It's called 'jQuery DataTables" and it demonstrates Tapestry5-jQuery's > D

[ANN] JumpStart gets jQuery DataTables example

2012-08-27 Thread Geoff Callender
Hi all, JumpStart's newest example is a fully javascripted grid, without you having to write any any javascript! It's called 'jQuery DataTables" and it demonstrates Tapestry5-jQuery's DataTable component. You'll find it on show here: http://jumpstart.doublenegative.com.au/jumpstart/