Update docs: BeanEditForm Guide
-------------------------------

                 Key: TAPESTRY-2651
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2651
             Project: Tapestry
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 5.0.15
            Reporter: Andy Huhn
            Priority: Minor


A quote from 
http://tapestry.formos.com/nightly/tapestry5/guide/beaneditform.html on 
8-Sep-2008:

    public FieldTranslator getCurrencyTranslator()
    {
      Translator translator = ...;

      return fieldTranslatorSource.createTranslator(currency, 
context.getPropertyId(), context.getContainerMessages(),
        resources.getLocale(), context.getPropertyType(), context);
    }

The signature for this method is incorrect; after resources.getLocale(), I 
believe there should be only one argument, which is translator.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to