Hi folks,

I just tried to run a simple email routine that I've used for the last year 
with no issues but all of the sudden Coldfusion doesn't seem to see a closing 
</cfloop> tag, anyone ever run into this behavior before?

Error message:
Context validation error for tag cfloop.
The start tag must have a matching end tag. An explicit end tag can be provided 
by adding </cfloop>. If the body of the tag is empty you can use the shortcut 
<cfloop .../>.


The code:

<cfloop query="getProfessors">
<cfmail to="#getProfessors.email#" from="[email protected]" 
bcc="[email protected]" subject="Promotion/Appointment/Re-Appointment 
voting" type="html">
   <p>Hello Dr. #last_name#,<br />
    Below is the link to the website and instructions for voting for the 
personnel actions for DateFormat(getEndDate.end_voting, 'mmmm')#.
    </p>
    <p>
    Click on this link to access the website:  <a 
href="http://some.med.unc.edu/index.cfm?fuseaction=reviews.main&VoterID=#getProfessors.ID#";>Appointment/Promotion/Reappointment
 Reviews</a> will take you to that  section of the Department of Medicine 
Intranet.  The candidates who are to be reviewed are listed here and each one 
can be accessed by clicking on their names.  As you select each candidate, a 
screen will appear that will allow you to Approve, Disapprove, or Abstain.  On 
this same screen, if you will click again on the individual's name, all of the 
materials supporting the action (such as CV, letters of recommendation, etc) 
will appear for you to review.  Once you have read the material, click on the 
"X" in the top right hand corner of the screen which will return you to the 
screen which will allow you to cast your vote for that individual.  Click the 
approve, disapprove, or abstain box and then click "Submit Vote".  You will 
receive the message "Thank you, your vote has been recorded!  To return to the 
candidate review listing click here".  You will then be returned to the listing 
to continue voting.
    </p>
    <p>
    You are permitted to leave the website and return to continue voting as 
often as needed.  Your votes will remain anonymous.  Please cast your ballots 
by #DateFormat(getEndDate.end_voting, 'mmmm dd')# at 5:00 PM.  If you have any 
questions about the website or the voting process, please let me know.
    </p>
    </cfmail>
</cfloop>

Any insight would be appreciated.

Thanks!

Bob



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4872
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to