我正在使用 PrimeFaces,它反过来使用JQuery UI不仅用于功能,还用于其 CSS 样式框架。这个问题源于我对 CSS 框架的无知,我一直无法找到任何示例或文档来指导我。
我想要做的是为我自己的面板使用主题的样式来显示错误消息。像这样的东西:
<p:panel rendered="#{bean.someError}" styleClass="?? what goes here ??">
<h:outputText styleClass="?? what goes here ??"
value="Error! A parameter to this page is wrong so it can't be rendered. This
is probably because you used a stale bookmark." />
</p:panel>
我希望它看起来类似于您在使用 . 任何指针都非常感谢。