Some pages of my app are available only to authorized users. When user enters such a page and is not logged in, appropriate message is shown with link to login page. After logon user should return to the same page he came from to login page.
So I pass logical name of restricted page and it's context through context parameter of pageLink. In login page I use onActivate and onPassivate to maintain source page context. It works great, but when login is successful I return source page logical name which causes redirect, but rest of the page context is null. Simply onPassivate called after onSuccess returns array of nulls. (Inside onSuccess all variables are correctly set). How can I store source page context through logon process? -- View this message in context: http://www.nabble.com/Login-page---passing-context-between-pages-tp25907016p25907016.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
