• Stange issue with Dojo Form Controls and Java Applet

    By Bryan Sentz 1 decade ago

    We are encountering an issue when using the Extension Library Dojo Form controls and an embedded applet.  This issue happens consistently in Internet Explorer and Firefox.  We do not experience the issue at all in Chrome.

    We have an applet that is embedded into the xpage using either an or tag.  We have a client side javascript button that is calling a java function inside the applet.  When we are not using any Dojo controls this works fine.  As soon as we add a Dojo control, such as a text box, the Javascript button is no longer able to recognize the applet on the page.  If we get the applet element using javascript dojo.byId("#{id:DojoTest}") and alert the result, it comes back as an empty [object].

    I have a sample database that demonstrates the issues if desired.


     

    • Looks like this should be reported to the Dojo team

      By Philippe Riand 1 decade ago

      The best thing to do would be to create a sample HTML page with a dojo dijit and an applet. If this fails, then you should report it to the dojo team. Else, we'll look at it from an XPage standpoint.