previous | index | next

Modifying Standard Error Messages

Most messages are parameterized message strings where:

Here are some standard conversion error messages.

To change the text of an error message, override it in your message bundle, as in:

     javax.faces.converter.NumberConverter.NUMBER_detail=''{0}'' is not a number.

previous | index | next