Have you read the actual error? And did you try to use google or one of its friends?
Oh, and read the PLEASE PLEASE PLEASE... topic in this forum, it's almost the first one/top one
Cheers,
Ronald
kevinpauli wrote:
I have been googling on this exact same topic for hours now, trying many of the various proffered solutions to no avail. Due to the number of people with the problem it is obviously not an easy fix, as your response seems to imply. If there is such a simple solution, would you mind sharing a link?
Have you found a solution for this? I have the same problem. I've read all topics about it on this forum:
viewtopic.php?f=3&t=20323
viewtopic.php?f=3&t=16639
viewtopic.php?f=3&t=16145
viewtopic.php?f=3&t=24403&start=10
viewtopic.php?f=3&t=15271
And still no solution.
The image shows up the first time, but if I refresh the page I get the same error you mentioned.
Rinaldo wrote:
The image shows up the first time, but if I refresh the page I get the same error you mentioned.
Hmmm, interesting. Shows up first time? This is similar to the fileDownload behavior/issue that has been discussed many times in this forum. I solved this issue/behavior in my JSF/PrimeFaces web app months ago; solution is to re-call the same code that populates the streamed content (on page refresh requests). See below.
viewtopic.php?f=3&t=8845&p=61892#p61892
viewtopic.php?f=3&t=19923&p=61891#p61891
kevinpauli wrote:
I have been googling on this exact same topic for hours now, trying many of the various proffered solutions to no avail. Due to the number of people with the problem it is obviously not an easy fix, as your response seems to imply. If there is such a simple solution, would you mind sharing a link?
I searched google for the following:
stackoverflow WARNING: JSF1091: No mime type could be found for the file dynamiccontent
Found the following:
http://stackoverflow.com/questions/9525 ... primefaces
I did this BEFORE my previous post/response above.
smithh032772 wrote:
Rinaldo wrote:
The image shows up the first time, but if I refresh the page I get the same error you mentioned.
Hmmm, interesting. Shows up first time? This is similar to the fileDownload behavior/issue that has been discussed many times in this forum. I solved this issue/behavior in my JSF/PrimeFaces web app months ago; solution is to re-call the same code that populates the streamed content (on page refresh requests). See below.
viewtopic.php?f=3&t=8845&p=61892#p61892
viewtopic.php?f=3&t=19923&p=61891#p61891
YES! You are right! It works now!
Thank you very very very much.
And.. It actually makes sense, since it's a stream, it's going to be empty the second time.