Hi,

I want to add some additional things to the validation process for a record. 
This will involve adding additional errors to the list of errors. EG:

<cfif qSite.recordcount NEQ 1>
     <cfset 
arguments.ErrorCollection.addError("Fuseaction.Site_Id.invalidValue") />
</cfif>

This works OK as far as that, but then getTranslatedErrors() does not return an 
English error message I can use. Where do I add the translation so it can 
produce a sensible message?

Kevin


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to