D
danielitob
Hi guys,
i've a terrible problem and i'm not able to find a solution.
I've a jsf application and in my jsp page i need to load a file for an
applet (with param tag).
Until i give to param an url without blank spaces all it's ok.
If i pass
<param name="datfile" value=<%="file:///Documents and Settings/bla bla
bla /"&>>
it can't find the file, because it stops to Documents (the first white
space).
How can i do?
Please help me
i've a terrible problem and i'm not able to find a solution.
I've a jsf application and in my jsp page i need to load a file for an
applet (with param tag).
Until i give to param an url without blank spaces all it's ok.
If i pass
<param name="datfile" value=<%="file:///Documents and Settings/bla bla
bla /"&>>
it can't find the file, because it stops to Documents (the first white
space).
How can i do?
Please help me