I get an error like this:
Element SPECK.PORTAL.TEMPLATE is undefined in REQUEST.
The error occurred in E:\wwwroot\speck\tags\api\portal\spPage.cfm: line 40
Called from E:\wwwroot\speck\tags\api\portal\spPage.cfm: line 35
Called from E:\wwwroot\speck\tags\api\portal\spPage.cfm: line 1
Called from E:\wwwroot\www.gontormedia.com\www\index.cfm: line 3
38 :
39 : <!--- allow template to be set using a tag attribute --->
40 : <cfparam name="attributes.template"
default="#request.speck.portal.template#">
41 :
42 : <cfsavecontent variable="speck.layout">
What is the problem?