^
pop-out codeShare
^
<cfinclude template=
"/path/to/functionlib.cfm"
/>
<body>
<form ...>
<cfif arrayLen ( variables.errors ) gt
0
>
<div id=
"error"
>
<p>
Error:
</p>
<cfoutput>
#showErrors ( variables.errors )#
</cfoutput>
</div>
</cfif>
... form content ...
</form>
</body>