You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by James Reynolds <Ja...@intermountainmail.org> on 2006/04/04 00:13:00 UTC

graphicImage, FireFox and Samba [ot?]

I have a graphicImage image component that pulls its image from a Samba
directory.  It works great in IE, but shows up as a broken image in
FireFox.

If I view the image properties in IE, I see that the source has
"file:///" prepended to it:
file:///W:/asiweb1-npp/logos/members/loc_logo.gif

Under FireFox, the source is:
w:/asiweb1-npp/logos/members/loc_logo.gif

I tried putting "file:///" ahead of the path in my code.  It still
worked under IE but not with FireFox.  What is the proper way to do
this?

Thanks