Hi,
try "file://F:\dev\dir.pdf"
are you sure the error is "... c is not connected ..."?
should be "... F is not connected ..." in this case.
Regards,
Volker
2007/4/25, Brummeline Braathen <[EMAIL PROTECTED]>:
I would like to open a file from my local filesystem when I click on
an outputlink. The link I would like to open is on the path:
F:\dev\dir.pdf
When I try to open it with this link:
<h:outputLink value="#{tabnavigering.nettAdresse}" target="_blank"
id="fulltekstlink">
<h:outputText value="#{tabnavigering.orginalTitle}"/>
</h:outputLink>
I get this error message from the browser:
The protocol c is not connected to any program, and can not be opened.
How can I solve this?