Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to do the sheet object embedded into jsp page?Not IEPlugin.

Originally embedded in the jsp page with a sheet object is a way to install plug-ins, and then call the object tag to display, the following code

<object id="Qlikx1"
height="400"
width="400"
classid="CLSID:6E1BAAF6-ECB9-4505-86C1-5D04467B02CC"
>
<param name="ObjectId" value="Document\TB01">
<param name="DocName" value="qvp://localhost/Films.qvw">
</object>


But such calls or IE plug-in fact, if I do not want to call the plug-in, but to call in jsp code by JAVA related to display how I need to do? Qlikview.jar this package is what I can play the role? I see the SDK documentation, and JAVA related to do for itself is based on the CS framework, not that I want to do out in the JSP page to display results.
Please give a suggestion.

0 Replies