Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
755
own error messages
posted

Hello,

I have my own JSF messages (for input validation, conversion etc.) configured as follows:

  <application>   
    <message-bundle>i18n.msg</message-bundle>
    <message-bundle>i18n.jsf_messages</message-bundle>
  </application>

When I use "standard" JSF core components then my error message are correctly displayed. When I use your components (for example ig:dateChooser) then there are used messages from myfaces.jar file. And what's more there is no substitution of client IDs in error messages, e.g. "{0}: Conversion error occurred." is displayed.

Is it possible to change this behaviour? I would expect that JSF messages configured in JSF will be used.

Thank you,

ANECT

Parents Reply Children
No Data