Comment by sami.jaber: Ok, after digging more in the source code, its not a problem of i18n. This is just that ui:Hyperlink tag parser has not yet been implemented (in r6342).
I have replaced the ui:Hyperlink by a ui:Button, it works fine. The impl contains the span tag and the addAndReplaceElement() statement. btw, instead of rendering the raw tag in the HTML page, it could be nice to raise an error when we use a gwt prefix with a non existing parser For more information: http://code.google.com/p/google-web-toolkit/wiki/UiBinderI18n --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
