tracker issue : CF-3040304

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 80369:(Watson Migration Closure)In the example, a new mail object is created named mailService

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/LowImpact

Reporter/Name(from Bugbase): Joseph DeVore / Joseph DeVore (Joseph DeVore)

Created: 10/14/2009

Components: Documentation, Examples

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Minor / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

In the example, a new mail object is created named mailService.  mailService=new mail(attribute-value_pair)Then it shows an example of how to set the FROM attribute in comparison to the tag:<cfmail from="#form.mailFrom#">The script example shows the wrong object name which is a typo and will cause confusion.mailerService.setFrom(form.mailFrom);
Method:

Check out the URL and look for mailerService.setFrom(form.mailFrom);It should be changed to: mailService.setFrom(form.mailFrom);
Result:

mailerService should be mailService

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3040304

External Customer Info:
External Company:  
External Customer Name: Joseph DeVore
External Customer Email: 2CEE6D2A45CD32529920157F
External Test Config: 10/14/2009

Attachments:

Comments: