-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: deploy
-
Verified
JavaFX applications deployed with
<application-desc type="JavaFX">
<param name="param1" value="foo"/>
</application-desc>
will have their <param> elements ignored. It is recommended that JavaFX applications relying on parameter values continue to use the <javafx-desc> element of the xml extension until this is resolved.
<application-desc type="JavaFX">
<param name="param1" value="foo"/>
</application-desc>
will have their <param> elements ignored. It is recommended that JavaFX applications relying on parameter values continue to use the <javafx-desc> element of the xml extension until this is resolved.