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
d with all the tickets pulled from DB. However, this can't work. Maybe I should declare listaTiketa with @persist so to store on start everything from db and manipulate with it? I would like to hear your opinion regarding it. > Date: Sat, 4 Oct 2014 09:55:07 +0100 > Subject: RE: Sti

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
Hello Thiago. 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. :/ > To: users@tapestry.apache.org > Subject: Re: Stitch observe component appl

Re: Stitch observe component applied over DB entities

2014-10-03 Thread Thiago H de Paula Figueiredo
Your post was too vague for us to even know what's the problem. Just saying "unsuccessfully" doesn't explain what's the desired outcome and how the current one differs from it. On Fri, 03 Oct 2014 15:42:11 -0300, Name Surname wrote: If anybody is willing to help me, I have opened Stacko

RE: Stitch observe component applied over DB entities

2014-10-03 Thread Name Surname
If anybody is willing to help me, I have opened Stackoverflow Q. http://stackoverflow.com/questions/26184814/filtering-over-pulled-list-from-a-database-in-tapestry 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 a