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