Hi All,
I would like to load a screen which is secured after the user logined, but
user hasn�t acl.
When I stop request, and reload it, it works well. What can I do on login
action, to force reading acl?
Normally user redirected to index.vm after login, which is normalScreen
descendant, so it works well. My admin screen is SecureScreen descendant, so
it needs acl.
I was try my own Login screen:
if (user.getConfirmed().compareTo(User.CONFIRM_DATA) ==
0) {
data.setUser(user);
user.setHasLoggedIn(Boolean.TRUE);
user.updateLastLogin();
data.save();
AccessControlList acl = data.getACL();
acl is null at this point.
---
thx,
Zoltan Zidarics programmer
PTE University Pecs, Hungary
icq: 43288694
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]