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
Hi ANECT,
Because of the known issue with Sun’s <f:loadBundle> mechanism, we suggest using another way. Please check http://help.infragistics.com/Help/NetAdvantage/JSF/2008.2/HTML/JSF_Getting_Started_Localization.html for more information.
Best regards,
Christo Tsvetanov
It's something different - I don't solve GUI labels but error message from wrong validation for example.
Btw. I have tried it.
Hi,
We are also having the similar issue on using dateChooser. Let us say we have the dateChooser with format mm/dd/yyyy. If the user provides the date (by mistake) say 13/13/2009, then application throws the error "Conversion error occurred. ". We are not able to throw the specific error message. Please let us know if you have any suggestion to resolve this issue.
Thanks.
The behavior you've described doesn't seem to be right. So that we can investigate this in more detail, and provide you with a fix once one becomes available, please submit a support request to Infragistics Developer Support. You can provide the URL of this thread in your support request, so that we know the two are related.
Christo