You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stephen Friedrich (JIRA)" <de...@myfaces.apache.org> on 2008/08/11 15:41:44 UTC

[jira] Commented: (TRINIDAD-65) The JS e.getFacesMessage method does not work when trinidad was compiled with Java 6 (JSLocaleElementsGenerator does not work with Java6)

    [ https://issues.apache.org/jira/browse/TRINIDAD-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621449#action_12621449 ] 

Stephen Friedrich commented on TRINIDAD-65:
-------------------------------------------

Not fixed in 1.2.9

Using this inputText and typing "foo" (or any other non-number) or any number outside the range results in the JavaScript exception. 
No validation message is displayed:

<tr:inputText id="locationX" columns="4" value="#{selectedCompany.locationX}" required="true" maximumLength="4">
   <tr:validateLongRange minimum="0" maximum="999"/>
</tr:inputText>

Running on Tomcat with JDK 1.5.0_16

> The JS e.getFacesMessage method does not work when trinidad was compiled with Java 6 (JSLocaleElementsGenerator does not work with Java6)
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-65
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-65
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.0.0-incubating-plugins, 1.0.0-incubating-core, 1.0.1-plugins
>         Environment: Windows XP, Java 6
>            Reporter: David Übelacker
>            Assignee: Matthias Weßendorf
>             Fix For: 1.0.9-core, 1.2.9-core
>
>         Attachments: JSLocaleElementsGenerator.patch, LocaleDataResolver.java
>
>
> If trinidad was compiled with Java 6, you get the JS error "e.getFacesMessage is no Function".
> The reason for this problem is, that the JSLocaleElementsGenerator  of the maven-i18n-plugin does not work with Java 6.
> The JSLocaleElementsGenerator  uses some java resource bundles to generate the LocaleElements files. These resource bundles are part of the rt.jar file until java 5. With java 6 these bundles doesn't exist anymore, are hard coded and can be accessed 	through sun.util.resources.LocaleData (not on the public API).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.