Please Help find Page Initialization API

2008-04-14 Thread Dimitri Taranov
We are using Tapestry 4.0 for over a year. Since, we were not able to find a reliable (called on every request) and consistent (Information from HttpServletRequest is available through RequestCycle at the time of call) way to initialize and cleanup the pages to achieve behavior quoted from the Use

Please Help find Page Initialization API

2008-04-11 Thread Dimitri Taranov
We are using Tapestry 4.0 for over a year. Since, we were not able to find a reliable (called on every request) and consistent (Information from HttpServletRequest is available through RequestCycle at the time of call) way to initialize and cleanup the pages to achieve behavior quoted from the Use

Re: Page initialization

2007-02-28 Thread Andrea Chiumenti
6/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > > > What I need is that when I access or refresh the page a parameter bound > > to > > > session must be reset > > > > > > On 2/26/07, Andrea Chiumenti <[EMAIL PROTECTED

Re: Page initialization

2007-02-27 Thread Sam Gendler
cycle. > > --sam > > > On 2/26/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > > What I need is that when I access or refresh the page a parameter bound > to > > session must be reset > > > > On 2/26/07, Andrea Chiumenti <[EMAIL PROTECTED]> wro

Re: Page initialization

2007-02-27 Thread Andrea Chiumenti
On 2/26/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > What I need is that when I access or refresh the page a parameter bound to > session must be reset > > On 2/26/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > > > > Hi!, > > where do I have to put p

Re: Page initialization

2007-02-27 Thread Sam Gendler
Chiumenti <[EMAIL PROTECTED]> wrote: What I need is that when I access or refresh the page a parameter bound to session must be reset On 2/26/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > > Hi!, > where do I have to put page initialization code in tapestry 4.1.1? > I need

Re: Page initialization

2007-02-26 Thread Andrea Chiumenti
What I need is that when I access or refresh the page a parameter bound to session must be reset On 2/26/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: Hi!, where do I have to put page initialization code in tapestry 4.1.1? I need that the init method is called only when I render th

Page initialization

2007-02-26 Thread Andrea Chiumenti
Hi!, where do I have to put page initialization code in tapestry 4.1.1? I need that the init method is called only when I render the page, but not when I call a form submit. Thx, kiuma

page initialization - Was Re: EventListener and PropertySelection

2006-09-19 Thread Sam Gendler
This brings a question: what is the proper strategy to initialize property values when using ajax submits? Does finishLoad() does the trick? I am still a bit confused about when all those methods/listeners are invoked and in which order I've got a question about this as well, although I am Tap