将链接/资产插入 Tapestry 5 中的本地化消息中
我想将链接(作为 -Tag)和/或资产(作为 -Tag)插入到 Tapestry 5 中的本地化消息中。有没有办法生成 HTML,以便我可以将其插入到消息中,可能通过
messages.format("消息", 链接);
I'd like to insert a link (as an -Tag) and/or an Asset (as an -Tag) into localized Messages in Tapestry 5. Is there any way to generate the HTML so that I can insert it into the message, possibly via
messages.format("message", link);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不是 100% 确定你在问什么,但你可以这样做:
此时你在字符串中拥有链接,你可以用它做任何你想做的事情。
对于资产,我认为你可以这样做:
I'm not 100% sure what you're asking, but you can do something like:
At that point you have the link in a String and you can do whatever you want with it.
For assets, I think you could do something like: