Indeed, that's what I did too.

Martijn, mt is Maltese, now that's is something you don't see often in the Netherlands :)

   Erik.



Sebastiaan van Erk wrote:
Like in the code given, you can just use :

HomePage.this.getString("header.versionLanguage")

in the anonymous inner class instead of using the "trick" you mention. The reference of the page is *already* passed to the anonymous inner class (by java itself, since anonymous inner classes are not and cannot be static), now you are actually causing the reference to be stored twice.

Regards,
Sebastiaan






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to