@Jens: thanks again for the quick response. Almost there I think.... > As your if-statement can not be evaluated to either true or false at compile time / static code analysis Hmmm interesting... Any idea how I can optimize this such that it's "left alone"? (I can't really think of one).
What I do: the LoginController is created in a split point and put in a ControllerRegister. When the Account Component access the login name through the LoginFacade singleton (getLoginFacade().getLoginName()), the facade will lookup the LoginController in the ControllerRegister. If it's present, it will pass on the method, else it will return null (the IF statement).... -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
