Hi guys,
i've a question.
I've included a signed applet in my jsf application and my application
passes to it a file with
<param name="datfile" value ="file:///c:/eclipse/temp.txt">
and it works.
Now in my Eclipse i have lots of files and i didn't want passing applet
each time the same file. What i want now is passing the name of file
(temp.txt) (that is on the server) with a property stored in a bean.
How can i pass a bean property as value attribute of param tag?That is
suppose i've a bean file with property name,
i want to pass file.property +".txt" as file to applet.
Thanks very much
Passing a file to an applet... ...visualizing some data. ... My example applet load a file with a specified path and name i've on my ... What i want is passing from my jsf application to applet the file i ...HTML Test Page ... (comp.lang.java.programmer)
Re: Creating a custom JSF component? ... I've never written an applet, but I would say that JSF is better, ... probably have to develop two custom components,... The user can click on a hexagon to get more information ... (comp.lang.java.programmer)
Re: create temporary file in java... ... that loads this file and when the applet ends the temporary file has to ... I suspect it is because you are confusing server side and client side ... If you run the code below inside a JSF application (which is ... (comp.lang.java.programmer)
Re: Is it bad to connect to a database via an applet? ... over an applet.... These are all web app tools, that only run on the server and in the browser. ... The fact that Windows does not ship with Java has effectively ... The combination of AJAX and JSF looks especially promising, although I haven't yet the skills in either to judge. ... (comp.lang.java.programmer)