Hi Emacs:
Can you handle this by raising an exception in your "check" method?
In the web-session
public boolean isActivated(String userId) throws
UserAccountNotActivatedExcepeption {
...
}
So you could catch the Exception in your component (where the auth call was
made) and you have all access to wickets i18n methods (like the getString())
Cheers
Per
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]