Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

COLDFUSION CFAPPLET ISSUE in COLDFUSION VERSION 8

Oct 30, 2008 7:14AM PDT

I am in the process of upgrading an application from Coldfusion V6 to
Coldfusion V8. We have implemented java applets that have been
registered and worked successfully in V6. Below is the code. When we
try to run the below code in V8 we get an error message stating ?The
value 100% cannot be converted to a number?. Did coldfusion lose its
ability to send the cfapplet tag the width and height parameter as a
percentage?

<cfapplet name="REM"
appletsource="abc_Jexplorer"


height="100%"
width="100%"
treeHeight="265"
treeWidth="210"

Discussion is locked