[jboss-user] [JBoss Seam] - Re: SeamSelectItems - Not selecting Item Throws Exception

petemuir do-not-reply at jboss.com
Mon Nov 6 05:02:46 EST 2006


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#3983390

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983390



More information about the jboss-user mailing list