Re: [T5] way to check if the application is entering or exiting from a page

2008-04-19 Thread Luca Fossato
one additional cycle (like the render after a form submit). You may find this is satisfactory for your cache. Jonathan -Original Message- From: Luca Fossato [mailto:[EMAIL PROTECTED] Sent: Friday, April 18, 2008 10:24 AM To: Tapestry users Subject: Re: [T5] way to check

Re: [T5] way to check if the application is entering or exiting from a page

2008-04-19 Thread Luca Fossato
Hi Geoff, yes, I read those threads and I modeled my CRUD page using the suggestions listed on your Mk VI page. Thank you. As I was trying to explain to Jonathan Barker in my previous mail (ah, my poor english ;^) , my CRUD page already used @Persist(flash) to store the entity to modify.

Re: T5 actionlink, ajax zone and user onclick handler

2008-04-19 Thread Luca Fossato
Hi Chris, thank you ! I will read your article and I will try to use the mixin to implement the confirmation dialog for my delete actionLink. Give me some days to digest all this stuff and to implement it into my test application ;^) Regards, Luca Chris Lewis wrote: Hi Lucca, I'd been

[T5] way to check if the application is entering or exiting from a page

2008-04-18 Thread Luca Fossato
Hi, in Tapestry 5 is there a way to determine if the application is entering or exiting from a page (like the T4 api : event.getRequestCycle().isRewinding() ) ? Thank you, Luca - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [T5] way to check if the application is entering or exiting from a page

2008-04-18 Thread Luca Fossato
sincerely, chris Luca Fossato wrote: Hi, in Tapestry 5 is there a way to determine if the application is entering or exiting from a page (like the T4 api : event.getRequestCycle().isRewinding() ) ? Thank you, Luca

T5 actionlink, ajax zone and user onclick handler

2008-04-16 Thread Luca Fossato
/Core_JavaScript_1.5_Reference:Global_Functions:eval Does this stuff make sense for you ?? ;^) Thank you, Luca Fossato - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]