[ https://issues.apache.org/jira/browse/TAP5-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Howard M. Lewis Ship closed TAP5-319. ------------------------------------- Resolution: Duplicate Duplicate of TAP5-240. > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]