RE: Stitch observe component applied over DB entities

2014-10-06 Thread Name Surname
. > Date: Mon, 6 Oct 2014 08:41:03 +0100 > Subject: Re: Stitch observe component applied over DB entities > From: lance.j...@googlemail.com > To: users@tapestry.apache.org > > You're not really helping yourself here > > Saying "it doesn't work"

Re: Stitch observe component applied over DB entities

2014-10-06 Thread Lance Java
You're not really helping yourself here Saying "it doesn't work" won't really get you very far. Have you put a debug breakpoint in? Have you seen a non null date? > Maybe I should declare listaTiketa with @Persist You have a perfectly working example on tapestry stitch doing (almost) exactly

Re: Stitch observe component applied over DB entities

2014-10-05 Thread Geoff Callender
b and manipulate with it? I would like to > hear your opinion regarding it. > >> Date: Sat, 4 Oct 2014 09:55:07 +0100 >> Subject: RE: Stitch observe component applied over DB entities >> From: lance.j...@googlemail.com >> To: users@tapestry.apache.org >> &

RE: Stitch observe component applied over DB entities

2014-10-05 Thread Name Surname
tch observe component applied over DB entities > From: lance.j...@googlemail.com > To: users@tapestry.apache.org > > The stitch example you've referenced does exactly what you want from what I > can see. Apart from filtering in the db query (rather than in the jvm) it's > all there.

RE: Stitch observe component applied over DB entities

2014-10-04 Thread Lance Java
The stitch example you've referenced does exactly what you want from what I can see. Apart from filtering in the db query (rather than in the jvm) it's all there.

Re: Stitch observe component applied over DB entities

2014-10-03 Thread Geoff Callender
Here's an example that doesn't use Stitch's Observe, but the other parts of it might help you with the rest of the problem. T5.4: http://jumpstart.doublenegative.com.au/jumpstart7/examples/ajax/filteredgrid T5.3: http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/fil

Re: Stitch observe component applied over DB entities

2014-10-03 Thread Thiago H de Paula Figueiredo
On Fri, 03 Oct 2014 16:09:31 -0300, Name Surname wrote: Hello Thiago. Hi! The thing is that this Stitch Observe component is not working for me at all. It only loads everything from db and it's fine, but when I try to apply some filtering, it does nothing. :/ Your description of the

RE: Stitch observe component applied over DB entities

2014-10-03 Thread Name Surname
t; > > I was thinking to make two lists, one that will take all from db and act > > like already setup arraylist and the other that will act as a filter for > > that one, but I am not quite sure. So any help is appreciated. > > Thanks in advance. > > > >> Fr

Re: Stitch observe component applied over DB entities

2014-10-03 Thread Thiago H de Paula Figueiredo
t I am not quite sure. So any help is appreciated. Thanks in advance. From: wintertime0...@outlook.com To: users@tapestry.apache.org Subject: Stitch observe component applied over DB entities Date: Thu, 2 Oct 2014 12:55:41 +0100 /* * To change this template, choose Tools | Templates * and

RE: Stitch observe component applied over DB entities

2014-10-03 Thread Name Surname
as a filter for that one, but I am not quite sure. So any help is appreciated. Thanks in advance. > From: wintertime0...@outlook.com > To: users@tapestry.apache.org > Subject: Stitch observe component applied over DB entities > Date: Thu, 2 Oct 2014 12:55:41 +0100 > > /* &

Stitch observe component applied over DB entities

2014-10-02 Thread Name Surname
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package rs.domaci.components; import org.apache.tapestry5.PersistenceConstants; import org.apache.tapestry5.annotations.Persist; import org.apache.tapestry5.hibernate.annotations.CommitAfter; import