Hello, I have a jsp page with an embedded object in it. I first made a web application with this JSP and it is working fine. But the moment I add the jsp to be displayed on a Portlet in a websphere portal, the portlet gets loaded, but the Object is not seen.
I am using RAD 7.0 with Websphere Portal 6.0. The object I am trying to embed in the page is a special kind of viewer plugin for 3D image file.
Is this a known issue or something.
any help is deeply appreciated
Thanks in advance..
Sanjay Kannan
Greenhorn
Joined: Nov 25, 2007
Posts: 16
posted
0
What is the embedded object doing. You cannot directly use the embed object like you use in a web application. Can you give details. [ November 25, 2007: Message edited by: Sanjay Kannan ]
PS Ashwin
Greenhorn
Joined: Sep 26, 2007
Posts: 6
posted
0
The embedded object is a web plugin for a standalone application to display 3d images. I was able to get it working now!!am able to see my 3d images in the portlet Thanks