ActiveX control inside a JSF PAge

Hoping someone else has done this.

I am embedding an activeX control inside my jsf page using the <object> tag. I have this placed inside a <form>.

I also have a button

<ui:button action="#{Page1.getPointFile_action}" binding="#{Page1.pointFile}" id="pointFile" onClick="SubmitToServer()" text="Button"/>

The issues is the onClick fires the java script , it runs and returns, however my action method is never getting called.

Ideas?

[489 byte] By [chartskitownusa] at [2007-11-26 10:57:07]
# 1

I have tried the <f:verbatim>. Based on my tests when I remove the activex control and <object> tags all works fine. I'm guessing that the control is somehow effecting Creators page view which ofcourse would cause all downstream methods such as my button action to not be executed.

chartskitownusa at 2007-7-7 3:10:28 > top of Java-index,Development Tools,Java Tools...