afaik, it works like that:
   1. engine determines services -> assume it's the "direct"-service (used
by forms & direct-links)
   2. engine calls DirectService.service
   3. direct service determines page&component to trigger and triggers it
   4. call to pageBeginRender, with rewind=true I dont't remember from
where,  :-)
   5. direct service calls renderResponse
   6. the now active page (may differ from the rewound one) is asked to
render itself
   7. call to pageBeginRender with rewind=false

So, maybe, you just call a different page with cycle.activate ...

hth,
Marcus

> -----Original Message-----
> From: Ted Steen [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 13, 2006 1:52 AM
> To: Tapestry users
> Subject: Re: page events, in what order? when and how?
> 
> 
> What I am looking for is information on when pageAttached(...) and
> pageBeginRender(...) is called.
> when getIsRewind() == true and when it is not.
> some times pageBeginRender(...) with getIsRewind == false never ever
> gets invoked..
> 
> so I have no Idea when to set persisten objects default value, I`m
> having trouble getting hibernate to play nice with tapestry.
> etc.
> If someone could just point me to some documentation. or simply tell
> me how the page lifecycle works.
> 
> /ted
> 
> On 1/12/06, Joe Trewin <[EMAIL PROTECTED]> wrote:
> > Does this help?
> >
> > http://jakarta.apache.org/tapestry/UsersGuide/events.html
> >
> > -----Original Message-----
> > From: Ted Steen [mailto:[EMAIL PROTECTED]
> > Sent: 12 January 2006 16:48
> > To: Tapestry users
> > Subject: page events, in what order? when and how?
> >
> > Where can I read about the page events? and in what order they are
> > invoked?
> > suddenly pageBeginRender() is only called with rewind=true and not a
> > second time with rewind=false...
> > I apparently have misunderstood the whole page event cycle.
> > --
> > /ted
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: 
> [EMAIL PROTECTED]
> >
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: 
> [EMAIL PROTECTED]
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to