views:

178

answers:

0

Hi I am trying to use my .net user control inside jsp page. The jsp is served by Tomcat in Oracle BPM 10g.

I tried: adding mime tags for dll in web.xml Adding address to iexplore trusted zones. Using server generated adresses instead of fuego calls like: classid="..//webRoot/webResources/ImageEditor.dll#ImageEditor.Editor"

The dll is not downloaded and the object looks like misreferanced image in the browser. (On different tries i can see a disabled text editor instead)

The subject is out of my profession and any help is appreciated.

 <OBJECT id="myControl1" name="myControl1" 
 classid="ImageEditor.dll#ImageEditor.Editor" 
 codebase="<f:webResources relativePath='ImageEditor.dll' />"
 width=288 height=72>