Is there a way to determine current page context from within a component? Use case: suppose you have a component that appears on every page and contains login form. It is obviously desirable to return to the same page with the same context after user submits logon information. Returning null from onSuccess () just redirects to the same page, and context is missing after submit.
-- Ilya Obshadko