I throw my own exception, I hope JSF to catch the exception and display the message from the exception. but JSF just display its own message. This might be a bug.
Mike Kienenberger <[EMAIL PROTECTED]> wrote:
Mike Kienenberger <[EMAIL PROTECTED]> wrote:
The message comes from the messages.properties file:
javax.faces.component.UIInput.CONVERSION = Conversion Error
javax.faces.component.UIInput.CONVERSION_detail = "{0}": Error during
model data update.
I'm guessing you'd need to provide your own message bundle that
provides an alternate value.
On 11/1/05, Dave <[EMAIL PROTECTED]>wrote:
> How to catch exception during model update phase and display a nicer
> message?
>
> There was an exception during model update, but I did not catch it, the
> error message on the screen is:
>
> Conversion Error "_id30": Error during model data update.
>
> If I catch exception, the life cycle will continue to Invoke Application,
> that is not desired.
>
> Thanks, dave
>
> ________________________________
> Yahoo! FareChase - Search multiple travel sites in one click.
>
>
Yahoo! FareChase - Search multiple travel sites in one click.

