hi,according to the documentation of jsf1.1, global messages are those messages that are not associated with any client identifier, which means, messages that are not associated with any UIComponent. At the mean while, the for attribute is mandatory for the h:message tag. so it means that global messages are not specified by the JSF page programmers. so how are these message produced? and what are they used for?
Best Regards 😛