Forum OpenACS Q&A: Can't get <include> to work properly

Collapse
Posted by Bob Powell on
I have an adp and tcl page that work properly.  At the end of my adp page I've when I insert the <include> tag, the page tells me that I can't find the page to include.

I know the page I want included is in the correct directory but it refuses to load.

My tag reads <include src="eraseme.html">  All this does is supposed to do is write one line of text to the page.
Why doesn't this work?  Thanks.

Collapse
Posted by Don Baccus on
Try renaming your file to "eraseme.adp" and then do an &lt;include src="eraseme"&gt;. Include is expecting a template.