Hi,
I am trying to set up insite editing for an image asset using the oracle documentation
http://docs.oracle.com/cd/E29495_01/doc.1111/webcenter_sites_11gr1_bp1_developer_guide.pdf (page 552)
<render:getbloburl outstr="ImageUrl" c='<%=ics.GetVar("c")%>'
cid='<%=ics.GetVar("cid")%>' field="MainFile" />
<insite:edit field="MainFile" assetid='<%=ics.GetVar("cid") %>'
assettype='<%=ics.GetVar("c") %>'>
<img src="<%=ics.GetVar("ImageUrl")%>" style='float:<%=ics.GetVar("image-align") %>' />
</insite:edit>
In the preview and live render mode the image asset is not loading
But the image asset loads momentarily in insite mode and when 'parsing page' message appears the image disappears
Although in insite mode the image slot is visible and new image upload option appears as well and the a new file can be uploaded and saved but with the issues mentioned]
Is the above code correct?
Thanks,
Gaurav