Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Insite editing for an Image asset in WCS

GM05Jul 9 2015 — edited Jul 13 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2015
Added on Jul 9 2015
5 comments
1,327 views