0 votes
in JSF by
What is h:message tag in JSF (JavaServer Faces)?

1 Answer

0 votes
by

It is used to display a single message for a particular component. You can display your custom message by passing the id of that component into the for the attribute.

...