Help... wrong name of component in messages tag.
Hello,I have a h:messages tag to display global messages. However when a required value is missing, instead of displaying the "First Name - Value Required" It displays the following message:com.sun.faces.el.ValueBindingImpl@1077c9d - Value requiredAny suggestions?
[300 byte] By [
gs03anna] at [2007-11-26 15:17:08]

# 1
Technically, without any extra work, JSF does not add the component id in the required message.
How are you setting up your messages so that it outputs your message?
This is a good tutorial on how to create custom error messages with JSF:
http://www.oracle.com/technology/pub/articles/masterj2ee/j2ee_wk7.html
CowKing