Re: Page pooling in Tapestry 5.0

2012-11-07 Thread Kristian Marinkovic
@Persist fields are NOT shared between sessions. Otherwise all my deployed applications wouldn't work. you do realize that you are initializing your fields in the onActivate method? And because they are properties you could have bound it to a form field. have you checked that you got a new http se

Re: Page pooling in Tapestry 5.0

2012-11-07 Thread Javicha
I was wrong, Tapestry version is 5.1.0.5 (not 5.0). And I have found that @Persist if shared between sessions (I do a search by name 'Peter'. I log out. I log on with a different user session. I go to the search page, and it´s initialized with the parameter 'Peter'). It's a very strange problem. I

Re: Page pooling in Tapestry 5.0

2012-11-07 Thread Thiago H de Paula Figueiredo
On Wed, 07 Nov 2012 18:30:10 -0200, Javicha wrote: Hi again! Hi! I haven´t a @SessionState field. Instead, I have each search parameter with @Persist. I have a zone, that is refreshed with search results, and I have a patient data block, that stores the results of the page-by-page. @Pe

Re: Page pooling in Tapestry 5.0

2012-11-07 Thread Javicha
Hi again! I haven´t a @SessionState field. Instead, I have each search parameter with @Persist. I have a zone, that is refreshed with search results, and I have a patient data block, that stores the results of the page-by-page. @Property @Persist private String patientDNI; @Property @Persist pri

5.4 JavaScript: Explicit vs. Unobtrusive initialization

2012-11-07 Thread Howard Lewis Ship
One of the major changes taking place in the 5.4 branch is the choice between explicit initialization and unobtrusive initialization. Tapestry has traditionally used explicit initialization: - render and element, with a specific id - generate "parameters" object that describes the behavior, and re

Re: About Code understanding and contribution

2012-11-07 Thread Mayur Patil
Thanks Thiago -- Cheers, Mayur. . On Wed, Nov 7, 2012 at 6:52 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > Damn, I forgot to mention some very important stuff: read the Tapestry > documentation and check the Tapestry JumpStart examples. > > > On Wed, 07 Nov 2012 11:19:01 -02

Re: About Code understanding and contribution

2012-11-07 Thread Thiago H de Paula Figueiredo
Damn, I forgot to mention some very important stuff: read the Tapestry documentation and check the Tapestry JumpStart examples. On Wed, 07 Nov 2012 11:19:01 -0200, Thiago H de Paula Figueiredo wrote: On Wed, 07 Nov 2012 11:05:47 -0200, Mayur Patil wrote: Hi to All , Hi! I am ne

Re: About Code understanding and contribution

2012-11-07 Thread Thiago H de Paula Figueiredo
On Wed, 07 Nov 2012 11:05:47 -0200, Mayur Patil wrote: Hi to All , Hi! I am new to Tapestry and i also know somewhat of Java. Welcome! I want to contribute in Code of Tapestry?? How should I get started and how things really work interested in them. First of all, I think you s

Re: Page pooling in Tapestry 5.0

2012-11-07 Thread Thiago H de Paula Figueiredo
On Wed, 07 Nov 2012 10:53:06 -0200, Javicha wrote: Well, I´ve a problem with an application. I have a page that is a searcher with multiple search parameters, and I have two different users, each with their user account. If a user performs a search, using as parameter 'Peter', when another

Re: Page pooling in Tapestry 5.0

2012-11-07 Thread Bob Harner
I believe you can control the *size* of the page pool through configuration, presumably down to 1, but why would you want to? On Nov 7, 2012 7:09 AM, "Javicha" wrote: > Hi! > > Is it possible to disable the pool of pages to a specific page? > If this is not possible, could simply disable the pool

Re: Page pooling in Tapestry 5.0

2012-11-07 Thread Javicha
>You should be posting in the users mailing list. Sorry. Now I know for next time >Why are you asking this? Well, I´ve a problem with an application. I have a page that is a searcher with multiple search parameters, and I have two different users, each with their user account. If a user perfo

Re: Page pooling in Tapestry 5.0

2012-11-07 Thread Thiago H de Paula Figueiredo
On Wed, 07 Nov 2012 10:08:33 -0200, Javicha wrote: If this is not possible, could simply disable the pool of pages? Well, actually, you could set the hard page pool limit to 1, but then only request per page at the same time would be served. -- Thiago H. de Paula Figueiredo -

Re: Page pooling in Tapestry 5.0

2012-11-07 Thread Thiago H de Paula Figueiredo
On Wed, 07 Nov 2012 10:08:33 -0200, Javicha wrote: Hi! Hi! You should be posting in the users mailing list. Is it possible to disable the pool of pages to a specific page? No. If this is not possible, could simply disable the pool of pages? No. Why are you asking this? -- Thiago H.