RE: Page redirection

2011-09-08 Thread lifestyles_
ll; //Stay on same page //*** End of selected code *** } Again, thank you for your time and patience René Date: Thu, 8 Sep 2011 08:11:28 -0700 From: ml-node+4782791-1196683961-92...@n5.nabble.com To: lifestyl...@hotmail.com Subject: Re: Page redirection On

Re: Page redirection

2011-09-08 Thread Thiago H. de Paula Figueiredo
On Thu, 08 Sep 2011 11:50:31 -0300, LifeStyles ® wrote: Assuming that I cannot avoid calling PageA.onActivate(), is there a way to distinguish between the PageA.onActivate() called by the eventlink vs PageA.onActivate called from elsewhere ? There is some code I would not like to execute i

Re: Page redirection

2011-09-08 Thread Thiago H. de Paula Figueiredo
On Thu, 08 Sep 2011 10:40:08 -0300, LifeStyles ® wrote: Thank you Thiago for your prompt reply. :) 1- When the page is rendered --PageA.onActivate() 2- When i click on the eventlink in PageA (doSomeThingAndGotoPageB) --PageA.onActivate() --PageA.onDoSomeThingAndGotoPageB() --PageB.onActiv

Re: Page redirection

2011-09-07 Thread Muhammad Gelbana
hoosing the PageLink ? > > Question #2 : What other way can i redirect a to another page without using > onActivate ? > > Thank you for your time > > Rene > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Page-redirection-tp47

Page redirection

2011-09-07 Thread lifestyles_
time Rene -- View this message in context: http://tapestry.1045711.n5.nabble.com/Page-redirection-tp4778938p4778938.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr..

Re: Beast approach for a page redirection situation

2010-01-24 Thread Howard Lewis Ship
choose the profile, it redirects to [ /user/.../info/edit ] > And now the page could open properly > > Anyways, it was good to know the @Meta annotation. :) > > Thanks, > > Everton > > > > ____ > De: Howard Lewis Ship > Para: T

Res: Beast approach for a page redirection situation

2010-01-24 Thread Everton Agner
ose the profile, it redirects to [ /user/.../info/edit ] And now the page could open properly Anyways, it was good to know the @Meta annotation. :) Thanks, Everton De: Howard Lewis Ship Para: Tapestry users Enviadas: Domingo, 24 de Janeiro de 2010 13:13:3

Re: Beast approach for a page redirection situation

2010-01-24 Thread Howard Lewis Ship
You could use the @Meta annotation to put meta data on each page, identifying which associated profile page to use (assuming that such a link is statically defined). If that becomes cumbersome, you could define your own annotation, and contribute a component class transform worker to set the meta

Beast approach for a page redirection situation

2010-01-23 Thread Everton Agner
Hi, Let's assume that: - The user's Login info is stored on Session; - Every user have many profiles; - Plenty of pages works on one specific Profile for the user; - The current user profile is always stored on Session also; - I have a page of Profile selection that shows all of the user's profil

T5 OnException or page redirection fails when using Grid inPlace

2008-09-25 Thread Daniel Jue
page hosting the grid requires the user session. We expect that the page with a grid would allow redirection to the login page, but when using inPlace, we get a " Page must be specified before root render command." error when an onActivate or onException page redirection occurs. We actually ge

page redirection and caching

2007-07-04 Thread Ray McBride
Hi All, I have a button on my page which allows a user to set a different locale and causes a page redirection back to this page by throwing a RedirectException. This works fine on my development environment, but unfortunately there appears to be some browser caching problems when it is