Description
FacesMessages only support INFO, WARNING and ERROR severity levels. I need a way to render more details to a FacesMessage so that I can specify something similar to SUCCESS severity. The existing severity class is unfortunately not extensible, so I would like to have data attributes on the FacesMessages to at least be able to customize the styling of the messages.