The Metadata Plugin
Metadata Management for Manila
 
Site last updated
2/24/2006; 12:33:21 PM
 
Home

Why

Features

FAQ

Updates

Documentation

Download

Developers

Bugs

Feedback

Discuss

Planned
Features

 
 

Re: Subtemplates break on static rendering

Author:   Jared Jackson  
Posted: 3/10/2004; 12:37:39 PM
Topic: Subtemplates break on static rendering
Msg #: 1963 (in response to 1962)
Prev/Next: 1962/1964
Reads: 11987

I think I found where the failure occurs. It isn't in the conditional test for metaname. It may be at the following line:

local (section); try { // get the meta value for this meta name section = metaDataMacros.showval(metaname);} else { return(" <font color=\"red">metaDataSuite.template.subTemplate experienced an error while calling metaDataMacros.showval(). I could not get the meta value for meta type '"+metaname+"' because "+tryerror+"")}

I added the following line just before this section:

scratchpad.metaDataStuff.metavalue = metaDataMacros.showval(metaname)

When I try to render the page to the static server, I get the following error screen:

Sorry! There was an error: Can’t evaluate the expression because the name “path” hasn’t been defined.


There are responses to this message:


This page last updated Wednesday, March 10, 2004 at 12:39:18 PM. (11987)