When I start JNLP in Tomcat I cant get filePath of file selected in Dialog.
I got null instead of path file on client side.

Do you have any suggestion about that? 

When I start ULCSet application on Canoo web site, same happends after I
tried to Save local file in FileDialog tab, function SetResultField returns
always 'text saved to null'.

I signed all jars, I put :
        ClientEnvironmentAdapter.setFileService(new
AllPermissionsFileService()) on jnlp custom launcher

I all add security all permissions on jnlp file. I use ULC 6.1.2.



                ClientContext.loadFile(new IFileLoadHandler() {
                        public void onSuccess(InputStream in, String
filePath) {
                                ulcTestField.setText(filePath);
                                ...
                        }
                        public void onFailure(int reason, String
description) {          
                        }
                }, config, null);

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.7/711 - Release Date: 5.3.2007
9:41
 

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to