Hello.
Quite new to the wicket world, and reading through code on some
projects. So , excuse me for some beginners question farther on.
One thing i can't find is why would anyone do a clone like:
@Override
public Roles getRoles() {
return (Roles) roles.clone();
}
when writing your own Session (extends AuthenticatedWebSession )
Why is that?
Regards
JA
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]