A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
JSF
Author
Load Activex Object inside Facelet Tags
Karup Mew
Ranch Hand
Joined: Aug 11, 2007
Posts: 40
posted
Jun 11, 2010 20:18:41
0
Hi All,
I am using facelet tags for UI everything goes fine but now i need to insert Activex control inside the facelet tags its not working. Is there any possibilities if so give your ideas.
The code:
<ui:composition …… template="layout/template.xhtml "> <Ui: define name = "body"> <h1> Welcome to Seam! </ h1> ... ... <object id=ocxId classid='clsid:<%=Constants.CLASS_ID%>' id='ocxObject' type = 'application/x-intelliview-report' codebase='<%=baseUrl%>cab/IVDashboard.cab#version=<%=cabVersion%>' width='100%' > <param name='WSDLPath' value='<%=com.intelliview.bl.util.ServerUtils.getDashboardWSDLURL(request) %>' /> <param name='HELPPath' value='<%=baseUrl%>WebHelp/index.jsp' /> <param name='UserId' value='<%=userId%>' /> <param name='CompanyId' value='<%=user.getCompanyId()%>' /> <param name='UserName' value='<%=UnicodeDecoder.getBaseEncode(user.getUserName())%>' /> <param name='LicenseMode' value='<%=dashboardLicense.toString()%>' /> </object> </ ui: define> </ ui: composition>
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
7
I like...
posted
Jun 15, 2010 05:19:44
0
Please don't repeat posts.
http://www.coderanch.com/t/497996/JSF/java/JSF-Tags-ActiveX#2243195
Customer surveys are for companies who didn't pay proper attention to begin with.
I agree. Here's the link:
http://aspose.com/file-tools
subject: Load Activex Object inside Facelet Tags
Similar Threads
How to embed activex in HTML page
servlet and embed player
HELP!!! java and activex Control
Problem using EL function from taglib defined using jsp:root tag
JSF Tags for ActiveX
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter