JSF 2 and a link to file system
问题 I need to provide a link to a file in the server's filesystem. In plain HTML something like this does it: <a href="C:\Users\user\resources\147ebg.jpg">Image or word doc or whatever</a> But I can't seem to get this simple thing working with JSF 2. I tried h:outputLink like this: <h:outputLink value="C:\Users\e\workspace\IDEXRoughAuctions\WebContent\resources\147ebg.jpg" id="test1">Testing output link</h:outputLink> but when I click on the link nothing happens. (I tried windows and unix style