What does <h:messages> do in JSF ?
Posted
by 29b5k
on Stack Overflow
See other posts from Stack Overflow
or by 29b5k
Published on 2010-03-22T10:33:00Z
Indexed on
2010/03/22
10:51 UTC
Read the original article
Hit count: 315
Hi all, I am learning JSF and came across this line:
<h:messages layout="table"></h:messages>
in a sample application ?
Am not sure what does this line do? I get no error when removing the line from the code, and am able to run it and get the same output ?
© Stack Overflow or respective owner