Re: page forwarding

2011-09-18 Thread Bob Harner
Yes, you can do either. If you want to forward unauthenticated users to another page, just add an onActivate() method in your page class and have it determine whether a user is authenticated and then return the unauthenticated page if they aren't. That works fine, and a lot of people chose that si

page forwarding

2011-09-18 Thread Ken in Nashua
Folks, I have a start page for an app... Index.tml It is broken up into two sections... obviously delimited by if tests - |authenticated | - | not authenticated | - Now I can fill those sections with somethi