Hi, it is me again :) At this time I am trying to implement internationalization.
And because of the cool Tapestry features I am advancing really fast. But now I run into a simple, but annoying problem ... or maybe I am just to tired :) The HTML output should be like: Please click <a href="/page,aDirectLink">here</a> to register. Is there a Solution without breaking the sentence into 3 parts ? Like in page.html <span key="part1"/><a jwcid="registerLink"><span key="part2"/></a><span key="part3"/> page.properties part1=Please click part2=here part3=to register. I was fumbling with messages.format() and messages.getMessage() using message-parameters - but the Tapestry stuff is not interpreted (ok, it was worth trying :) ). Any suggestions ? Thanks, Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
