Re: [Trinidad] e.getFacesMessage is no Function

2007-06-07 Thread David Uebelacker
Hi, for the moment I can absolutly live with java 5 ;-). Anyway I was interested to look in the generator code and i found out following: The generator uses the following resource bundles to get the locale dependent data: sun.text.resources.DateFormatZoneData sun.text.resources.LocaleElements

Re: [Trinidad] e.getFacesMessage is no Function

2007-06-06 Thread Matthias Wessendorf
I noticed J6 issues in the past as well. Currently Java5 is the first class choice, IMO -M On 6/6/07, David Uebelacker [EMAIL PROTECTED] wrote: hi, now i solved the problem ... i found out, that my LocaleElements_x_x.js files where empty. These files are generated during the build process

[Trinidad] e.getFacesMessage is no Function

2007-06-05 Thread David Uebelacker
Hi, I'm using the trinidad SVN source. When i want to save a simple form, i get the JS error e.getFacesMessage is no Function. There seems to be a problem initialising the TrConverterException in Locale.js cause the LocaleElements array is empty. Someone familiar with Locale.js could help me

Re: [Trinidad] e.getFacesMessage is no Function

2007-06-05 Thread Matthias Wessendorf
what values are you binding to your input controls ? looks like a JS issue, when trying to throw JS TrConverterException -M On 6/5/07, David Uebelacker [EMAIL PROTECTED] wrote: Hi, I'm using the trinidad SVN source. When i want to save a simple form, i get the JS error e.getFacesMessage is

Re: [Trinidad] e.getFacesMessage is no Function

2007-06-05 Thread David Übelacker
hi, im using the tr:inputText with Double values ... but i will strip it down to a small example tomorrow David Matthias Wessendorf schrieb: what values are you binding to your input controls ? looks like a JS issue, when trying to throw JS TrConverterException -M On 6/5/07, David