Anand V Nath created TRINIDAD-2371:
--------------------------------------

             Summary:  nls:client side currency numberconverter rejects 
formatted-well value in no_no
                 Key: TRINIDAD-2371
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2371
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.1.0-core
            Reporter: Anand V Nath


1. Create a JSF page with following code snippet:
 <af:inputText label="Test Input: " id="inputText1">
     <af:convertNumber type="currency" locale="no_NO"/>
  </af:inputText>
2. Add support locale to faces-config.xml
  <locale-config>
      <default-locale>en</default-locale>
      <supported-locale>no_NO</supported-locale>
  <locale-config>
3. Run the page. The suggested format is a string like "kr 10 250,00". Enter a 
similar string and tab off, an error pops up with the message "Error: The 
currency format is incorrect. Enter a currency in the same format as this 
example: kr 10 250,00" 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to