jsf - Primefaces Label with theme specific warnings -
primefaces has messages theme specific labels different levels info, warning , error.
can use label without using messages ourselves looks messages of particular theme.
for example, when expired item listed in autocomplete, data of expiry listed error message. needs specific theme.
you can use class primefaces provide customise message. example :
<p:outputlabel value="something" styleclass="ui-messages-error-summary" /> you can use firebug or similar tools find out css class use.
Comments
Post a Comment