I've ran into these questions many times, working with checkAccess(), Spring integration, etc. Just wondering if anybody has come up with some good idea's :

1 - What's the best method for doing page initilization outside the page constructor ? Is overriding onBeginRequest() and adding components there a good idea ?

2- checkAccess() (and login) happen after the Page has been created. Is there any better way to check access before instantiating the whole page ? Like maybe some sort of access control before calling the page factory ?

Iman

Reply via email to