If a error occurs, yes. For example, when using MyFaces, look in
javax.faces.Messages{_xx}.properties for a list of messages it outputs. You can just
override those in your messages.properties (assuming you have it set up as the application
message bundle in faces-config.xml
<application>
| <message-bundle>messages</message-bundle>
| </application>
Other 'error messages' are because exceptions are thrown, and its harder to
customise those (but then they shouldn't really happen!)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983390#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...