Different behaviour of forms apps when using IE and Mozilla
322074May 7 2008 — edited May 8 2008Hi.
I've developed a test application using forms 10g.
Apps was built and tested using IE 7. With a config=jpi and archive parameter set to use some of the forms demos features: keyfilter, rollover button, calendar bean, hyperlink bean, etc.
It all works fine with IE.
When application is tested with Mozilla, the jpi section is not processed correctly. For example it tells me that a plugin (which has already been installed) needs to be installed.
Currently i'm using this config section with Mozilla:
[javaplugin]
#baseHTMLJInitiator=basejpi.htm
baseHTMLjpi=basejpi.htm
jpi_download_page=http://java.sun.com/javase/downloads/ea.jsp
jpi_classid=clsid:CAFEEFAC-0016-0000-0002-ABCDEFFEDCBA
jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,02
jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_02
archive=frmall.jar,summit.jar,keyfilter.jar,rolloverbutton.jar,calendar.jar,frmwebutil.jar,jacob.jar,hyperlink.jar
imageBase=codeBase
When the apps is run, it seems the jar files are not downloaded: no icons, no PJC or bean functionality is recognized.
Any idea on how to debug, confirm jar files are downloaded?.
Best regards, Luis ...!