hi everybody,
I am trying to open a PDF file from my
JSF app on click of a link.
But when I click on this link my browser throws the error saying ...
SRVE0255E: A WebGroup/Virtual Host to handle localhost:10040 has not been defined.
but i have the MIME type defined in my web.xml file
and below is the code I am having in my
jsp <hx:outputLinkEx value="/abc.pdf" target="_blank"
styleClass="outputLinkEx" id="linkEx1">
the file abbc.pdf is in my webcontent.
can any one help me on this.
Thankyou.