Hello,
I set up the blog component located here:
http://devnet.interwoven.com/site.fcgi/techlib/index.htmlThe spar and all the components and .cfg files installed correctly. I'm able to create a new form entry and a dcr-type="xml" file when saving the form entry.
The problem is that the components don't have a field for navigating to the new dcr in the component properties.
It looks like the necessary fields for a dcr path exist in the component ContentXML. There are 3 fields in the tag that should work:
Datum Exposed="false" ID="blog" Name="blog" Type="String"
Datum Exposed="false" ID="entryId" Name="entryId" Type="String"
Datum Exposed="false" ID="group" Name="group" Type="String"
But, I can't save the the component. So I can't add a path to the DCR and can't set the exposed="false" values to "true."
The save fails if I try to save with changes AND if I just try to save after opening without making any changes. Here is the error:
Component preview failed.
Could not load component XSL into XMLDOM.
com.interwoven.livesite.common.xml.ValidationError mColumn[59] mLine[7] mSystemID[null] mPublicID[null] mType[FATAL] mMessage[A location path was expected, but the following token was encountered: |]
Please respond if you've successfully used the blog components!