You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2008/10/31 17:21:44 UTC

[jira] Assigned: (TAP5-319) Copy-paste error in error statement which hides unrecognised validator messages

     [ https://issues.apache.org/jira/browse/TAP5-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Assignee: Howard M. Lewis Ship

> Copy-paste error in error statement which hides unrecognised validator messages
> -------------------------------------------------------------------------------
>
>                 Key: TAP5-319
>                 URL: https://issues.apache.org/jira/browse/TAP5-319
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.15
>            Reporter: Andy Blower
>            Assignee: Howard M. Lewis Ship
>            Priority: Trivial
>
> Line 669 of Tapestry.js:
>                 Tapestry.error("Function Tapestry.Validator.#{name}() does not exist for field '#{fieldName}'.", {name:name, fieldName:pair.key});
> should be:
>                 Tapestry.error("Function Tapestry.Validator.#{name}() does not exist for field '#{fieldName}'.", {name:name, fieldName:spec.key});
> I think. Certainly the pair bit gives a JS error because it's not defined.

-- 
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