Kbase P104398: Some WebSpeed application html pages come up blank after upgrading from 3.x to 3.1E.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/12/2009 |
|
Status: Verified
SYMPTOM(s):
Some WebSpeed application html pages come up blank after upgrading from 3.x to 3.1E.
Application code was recompiled.
Problem only occurs when using Internet Explorer and not a Mozilla browser like Firefox.
FACT(s) (Environment):
WebSpeed 3.x
All Supported Operating Systems
OpenEdge 10.x
CAUSE:
The code developed for that html page (that is coming up blank) has a programming error and there is a comment start tag with no end tag. This is effectively commenting out the html file.
In Progress versions prior to 9.1E, Progress was inserting a comment at the top of the WebSpeed code saying "Generated by WebSpeed", in 9.1E this comment was moved to the bottom of the generated html.
Internet Explorer was previously handling the incorrect missing tag, but now it isn't. It's unknown why moving the comment to the bottom of the html file stops Internet Explorer from resolving missing tags.
FIX:
Fix your WebSpeed code to ensure that all start tags have end tags, or
modify web-disp.p to have the whole message removed