This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 93622 - Strange text generated into 'empty' page
Summary: Strange text generated into 'empty' page
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks: 90449
  Show dependency tree
 
Reported: 2007-01-30 22:11 UTC by Peter Zavadsky
Modified: 2007-12-07 16:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Zavadsky 2007-01-30 22:11:15 UTC
When started new J2EE 5 project, and designer page opened, it contains strange 
~com.sun.faces.saveStateFieldMarker~ text.

The problem seems to be in the renderer, for the empty page produces a markup
like this (containing the strange text):

Rendered html element markup design
bean=org.netbeans.modules.visualweb.insync.live.FacesDesignBean@578bfa[instanceName=html1,
instance=com.sun.webui.jsf.component.Html@fe1bc5]
<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta content="no-cache" http-equiv="Pragma"/>
        <meta content="no-cache" http-equiv="Cache-Control"/>
        <meta content="no-store" http-equiv="Cache-Control"/>
        <meta content="max-age=0" http-equiv="Cache-Control"/>
        <meta content="1" http-equiv="Expires"/>
        <title/>
        <script
           
src="jar:file:/spc/cvs/working/netbeans/dev/visualweb/ravebuild/rave/visualweb1/modules/ext/webui-jsf-suntheme.jar!/com/sun/webui/jsf/suntheme/javascript/formElements.js"
type="text/javascript"></script>
        <link
           
href="jar:file:/spc/cvs/working/netbeans/dev/visualweb/ravebuild/rave/visualweb1/modules/ext/webui-jsf-suntheme.jar!/com/sun/webui/jsf/suntheme/css/css_master.css"
            rel="stylesheet" type="text/css"/>
        <script type="text/javascript">webuijsf.suntheme.common.defaults =
{"hiddenClassName": "hidden_sun4"};
</script>
        <link href="/resources/stylesheet.css" id="link1" rel="stylesheet"
type="text/css"/>
    </head>
    <body id="body1" onload="webuijsf.suntheme.common.body.setInitialFocus();"
onunload="try { webuijsf.suntheme.common.body.setScrollPosition(); } catch(e)
{}" style="-rave-layout: grid">
        <form action="/rave/rave" class="form"
enctype="application/x-www-form-urlencoded" id="form1" method="post">
            <input id="form1_hidden" name="form1_hidden" type="hidden"
value="form1_hidden"/>~com.sun.faces.saveStateFieldMarker~</form>
        <script type="text/javascript">
webuijsf.suntheme.common.body = new webuijsf.suntheme.body('/rave',
'/rave/rave', null);
</script>
    </body>
</html>
Comment 1 Ch Nguyen 2007-02-08 22:39:32 UTC
This issue has been now fixed in the trunk by Deva.
Comment 2 Lark Fitzgerald 2007-06-22 21:51:20 UTC
NB6: 200706220000
Woodstock 4.1 200706220934