03-05-2012 02:36 AM
Hi, I tried to implement BrowserField2 Web Cache as an example: http://supportforums.blackberry.com/t5/Java-Develo
When I try the url address of www.google.com, page to appear is no problem. When trying to access the page made self, an error occurs:
Error displaying content for :
http:// xxxx/myurlpage.html
Error message, The returned page has no content type and therefore cannot be processed.
This is my sample url page :
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Test
</body>
</html>
Please help...
03-05-2012 03:17 PM
Hi,
Do you manage to display this page in the browserField without the cache?
I'm asking since it looks like a server issue (content-type is an HTTP header which comes from the server).
E.