gpt4 book ai didi

html - 添加 HTML 到

转载 作者:太空狗 更新时间:2023-10-29 14:51:56 24 4
gpt4 key购买 nike

我正在使用 Twitter Bootstrap。

警报 HTML 代码是:

<div class="alert alert-block">
<a class="close" data-dismiss="alert" href="#">×</a>
<h4 class="alert-heading">Warning!</h4>
Best check yo self, you're not...
</div>

我正在使用 <h:messages />像这样显示我的表单错误、信息和警告消息:

<h:messages errorClass="alert alert-error" infoClass="alert alert-info" warnClass="alert alert-warning"/>

颜色和圆角都可以,但我需要添加关闭链接:

<a class="close" data-dismiss="alert" href="#">×</a>

我如何使用 <h:messages/> 做到这一点? ?

编辑

如果需要更好地理解,这里是警报样式的 Twitter Bootstrap 链接: http://twitter.github.com/bootstrap/components.html#alerts

最佳答案

我猜你添加消息的通常方式......

FacesContext context = 
FacesContext.getCurrentInstance();
context.addMessage(null, new FacesMessage(your message goes here...

消息应该从服务器端添加...例如 String myMessage = "here is the text/HTML code..."

看看 BalusC 的这篇文章

Using HTML in JSF messages

关于html - 添加 HTML 到 <h :messages/>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10431585/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com