You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Andy Huhn (JIRA)" <de...@tapestry.apache.org> on 2008/09/09 03:57:44 UTC

[jira] Created: (TAPESTRY-2651) Update docs: BeanEditForm Guide

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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAP5-131) BeanEditForm guide example about creating the FieldTranslator is inaccurate and out of date

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-131:
--------------------------------------

    Component/s: documentation
        Summary: BeanEditForm guide example about creating the FieldTranslator is inaccurate and out of date  (was: Update docs: BeanEditForm Guide)

> BeanEditForm guide example about creating the FieldTranslator is inaccurate and out of date
> -------------------------------------------------------------------------------------------
>
>                 Key: TAP5-131
>                 URL: https://issues.apache.org/jira/browse/TAP5-131
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.0.15
>            Reporter: Andy Huhn
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.16
>
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAP5-131) BeanEditForm guide example about creating the FieldTranslator is inaccurate and out of date

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-131.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.16

> BeanEditForm guide example about creating the FieldTranslator is inaccurate and out of date
> -------------------------------------------------------------------------------------------
>
>                 Key: TAP5-131
>                 URL: https://issues.apache.org/jira/browse/TAP5-131
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.0.15
>            Reporter: Andy Huhn
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.16
>
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAP5-131) Update docs: BeanEditForm Guide

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-131:
-----------------------------------------

    Assignee: Howard M. Lewis Ship

> Update docs: BeanEditForm Guide
> -------------------------------
>
>                 Key: TAP5-131
>                 URL: https://issues.apache.org/jira/browse/TAP5-131
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.0.15
>            Reporter: Andy Huhn
>            Assignee: Howard M. Lewis Ship
>            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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org