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

Res: Beast approach for a page redirection situation

2010-01-24 Thread Everton Agner
Sorry, i think i didn't explaint it well (and also messed up with the url example). I don't have different pages that does the same job on some specific Profile. It's simplier... The same page needs to show information based on the current (stored on session) Profile the user chose. So, when

Re: Beast approach for a page redirection situation

2010-01-24 Thread Howard Lewis Ship
Sounds like you could use a SSO to store the page to redirect back to, after the profile selection page behavior completes. On Sun, Jan 24, 2010 at 9:01 AM, Everton Agner everton_ag...@yahoo.com.br wrote: Sorry, i think i didn't explaint it well (and also messed up with the url example). I