So, I am trying to display validation error messages as image title. I want to do that, because messages are quite long and I don't want them to take place on my page.
Tried to bind UIComponent <h:message />
object to controller object, but then I couldn't find out how to get a span's value from UIComponent.
What should I do?