For this tutorial, you’ll learn about giving feedback to your users with validation messages, and how easy JSF makes this process.
Liferay Faces Bridge automatically applies the JSR 286 standard CSS class names
portlet-msg-error
, portlet-msg-info
, and portlet-msg-warn
to the
h:message
and
h:messages
tags. This means you can use the h:message
and h:messages
tags and have
access to the standard validation messages.
You’re now equipped to give feedback to users with validation messages in your JSF portlet.
Related Topics
Liferay Faces Alloy UI Components
Liferay Faces Bridge UI Components
Understanding Liferay Faces Bridge