Skip to Main Content

Java Development Tools

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!

Issue in JSPX while using jsp:include

Vino SarathyOct 4 2014 — edited Oct 5 2014

Hi

I am using Jdeveloper 11.1.2.4.0 for ADF development.

I have 2 files

  1. Audio.jspx

  2. Player.html

I have included Player.html file into Audio.jspx like below

Audio.jspx

<af:form id="f1">

        **\<jsp:include  page="/Player.html"/>**      // This Player.html having player to play sound.

</af:form>

When I run Audio.jspx, audio file is not playing audio. But if i run "Player.html" individually its working properly as i am expected.i.e audio file is playing.

Anybody help me on this? I have attached Player.html file content.

Note : I have audio file is in same path which is having my Audio.jspx file.

     And this same logic is working in jspx when i create application as custom application. If i create application as Fusion Web Application i am facing this issue.

Player.png

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2014
Added on Oct 4 2014
1 comment
854 views