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!

How to display Flash Content uploaded in Admin Console

653189Sep 25 2008 — edited Sep 25 2008
HI All ,

I have created a flash content in the admin console.Flash file is uploaded to a binary property.

I have to display that flash file in the JSP.

Normally , a Image can be displayed in the JSP , with following tag,

*<img src="<%=request.getContextPath() + "/ShowProperty" + node.getPath()+"//Brochure-Image"%>" />*

But how to display a flash content uploaded in the admin console.

Pls suggest me in this regard,

Srinivas

Comments

Eric Elzinga

replace ./* in variable body with (xquery reference)

and then in your xquery contract the variable (<employeeRequest/> for example, skip the body-element)

and put this replace in the publish activity itself...should work

RajaSekharReddy.M

Hi Eric,

That was not helpful.

When i just used the entire xml payload in either of assign or replace activity it's good.

But when i specify the xml expression to the variable which has the payload in either of replace or assign . It throws a nullpointerexecption.

These are the parameters specified in replace

xpath  : ./*

in variable body

Expression ${deldata}

in the console i can see the value of the deldata which is good.

RajaSekharReddy.M
Answer

The way i did was right but i was sending a wrong payload to the proxy

Marked as Answer by RajaSekharReddy.M · Sep 27 2020
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 23 2008
Added on Sep 25 2008
1 comment
429 views