Web start is not loading ext-download element in jnlp file
Hi,
In the jnlp file, I have an ext-download element apart from the jar :
<resources>
.
.
.
<jar href="nf.fw.jar"/>
<ext-download ext-part="test.properties" download="eager"/>
</resources>
The file : test.properties is in the same directory as the other jars. When I run the webstart and check the jnlp file from the "Java Cache Viewer" in "Java WebStart Application Manager", I do not see the file test.properties being loaded.
Can you please let me know what I am missing?
Thanks
Jaya

