WLP Content Management & WebDAV
LBROCKSJul 24 2009 — edited Nov 6 2009We have set up our content repository to use file system, also the webdav is enabled for this repository & I am using file copy using explorer to copy html files and its associated images to the web location, but when ever I am trying to render/retrieve the main node using one of jsp tag library, it render only the main html file but not its associated images. How do I copy the entire assets so that the main html can resolve those image links or do I have use some specific tag. These are tags I have used so far without any luck.
<%@ taglib uri="http://www.bea.com/servers/content/ui/jsp/templates" prefix="templates"%>
${templates:getFileContents(node)}
or
<ad:render/>
or
I am using WLP 10.3
Thanks
Edited by: LBROCKS on Jul 24, 2009 5:10 PM