To clarify:  running Trinidad with J6 should work without
problems, and any issues there would be high priority bugs!

This is a build issue.  Specifically, the LocaleElements
generator, which is grabbing things like days of the week
and months from the JDK to send over in .js, relies on
undocumented array structure information, as there wasn't
a public API to get this information.

The sad thing is that this breaks on each major new
version of the JDK.  It'd be great to get the build working
on J6 without breaking it on J5, if someone wanted
to take a look at it.

-- Adam


On 6/6/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
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 and the generator seems
> not to work with jdk 1.6.0. With java 1.5 it worked fine ...
>
> regards,
>
> david
>
>
> > 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 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 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 understanding that file
> >>> ;-)
> >>> ... and tell me how the LocaleElements gets filled?
> >>>
> >>>
> >>> Thanks
> >>>
> >>> David
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >
> >
> >
>
>
> --
> David Uebelacker
> Laettenstr. 16, CH-8952 Schlieren
> Mobil +41 (0) 76/496 654 0
> Phone +41 (0) 43/433 826 4
> Voip +49 (0) 89/420 954 788
>
> mailto:[EMAIL PROTECTED]
> http://www.uebelacker.eu/
>
>



--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Reply via email to