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
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
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
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.
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
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,
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
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
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
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
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
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.
---
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
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
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.
>
> --
--
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
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
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.
>
> -
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
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
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:
> >
> >
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!
>>
>>
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
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/
24 matches
Mail list logo