Hi Angel,

and thnx for ur help, but...

unfortunately, the same crazy problem...

the path,the folder,the file all exist and are right,
but Jmol still gives FileNotFound Exception...It's crazy, I don't know how 
to solve it anymore...

If I load the same file statically, it works fine, when i try to load it at 
runtime, crash...
When I try to load an already existing file at runtime, it still works 
though...

this was the new code:

<script>
jmolInitialize("Jmol");
jmolApplet(500, "load " +"${Page3_protein.valueForJmol}");
</script>

with no success.

I would really appreciate it if you could come up with something.

Thank you very much!


----- Original Message ----- 
From: "Angel Herraez" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, April 07, 2008 12:44 PM
Subject: Re: [Jmol-developers] JSF_dynamic_load


> Hi Andreas
>
> I've got no experience with your scripting languages, but try this:
>
> <script>
> jmolInitialize("Jmol");
> jmolApplet(500, "load " + ${Page3_protein.valueForJmol()} );
> </script>
>
> Thta way, the dynamic value will be evaluated first and then passed
> to Jmol.js to build the applet.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Register now and save $200. Hurry, offer ends at 11:59 p.m.,
> Monday, April 7! Use priority code J8TLD2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> Jmol-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-developers
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to