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 135326 - Missing Body Element
Summary: Missing Body Element
Status: RESOLVED DUPLICATE of bug 135907
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P1 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords:
: 135969 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-05-19 15:25 UTC by spaquet
Modified: 2008-05-28 15:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (162.33 KB, image/png)
2008-05-19 15:29 UTC, spaquet
Details
My Netbeans Log files (77.12 KB, text/plain)
2008-05-19 19:23 UTC, spaquet
Details
Glassfish Configuration Files (36.14 KB, application/x-compressed)
2008-05-19 19:29 UTC, spaquet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description spaquet 2008-05-19 15:25:06 UTC
I just created a new project (but I noticed it does also appear for already existing projects created on 6.0.1).
I decided to use Visual JSF and all .jps pages can not open...

It is impossible to work on any visual jsf project.
Comment 1 spaquet 2008-05-19 15:29:19 UTC
Created attachment 61568 [details]
screenshot
Comment 2 spaquet 2008-05-19 15:30:50 UTC
Here is the code of the page:

<?xml version="1.0" encoding="UTF-8"?>
<!-- 
    Document   : Page1
    Created on : May 19, 2008, 4:17:58 PM
    Author     : spaquet
-->

<jsp:root version="2.1" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view>
        <webuijsf:page id="page1">
            <webuijsf:html id="html1">
                <webuijsf:head id="head1">
                    <webuijsf:link id="link1" url="/resources/stylesheet.css"/>
                </webuijsf:head>
                <webuijsf:body id="body1" style="-rave-layout: grid">
                    <webuijsf:form id="form1">
                    </webuijsf:form>
                </webuijsf:body>
            </webuijsf:html>
        </webuijsf:page>
    </f:view>
</jsp:root>
Comment 3 Peter Zavadsky 2008-05-19 16:45:57 UTC
Could you, please, also provide log file? Thanks.
In any case, it means there is a problem in the model. Passing there.
Comment 4 _ sandipchitale 2008-05-19 17:29:30 UTC
Also provide your server configuration.
Comment 5 spaquet 2008-05-19 19:18:36 UTC
Yes.
Before providing server configuration and log, I wanted to say that no server was running at this time.
Server used is the one provided during installation.
Comment 6 spaquet 2008-05-19 19:23:12 UTC
Created attachment 61578 [details]
My Netbeans Log files
Comment 7 spaquet 2008-05-19 19:29:02 UTC
Created attachment 61580 [details]
Glassfish Configuration Files
Comment 8 _ sandipchitale 2008-05-19 19:36:54 UTC
The visual designer uses libraries from the server to support the designtime behavior. That is why I was asking about
the server.
Comment 9 _ sandipchitale 2008-05-19 19:41:08 UTC
Looks like the message log does not have any exceptions.
Comment 10 Winston Prakash 2008-05-19 19:59:20 UTC
To double check, I just created a VW project in NB 6.1 and it worked fine.

/Users/winstonp/NetBeans/vw.next> java -version
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237)
Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)

/Users/winstonp/NetBeans/vw.next> uname -a
Darwin oceanview.local 9.2.2 Darwin Kernel Version 9.2.2: Tue Mar  4 21:17:34 PST 2008;
root:xnu-1228.4.31~1/RELEASE_I386 i386

Comment 11 Dan Kolar 2008-05-22 08:57:56 UTC
I have this problem in 6.5 current builds.
Comment 12 spaquet 2008-05-22 10:42:38 UTC
OK. Here is the situation:
After a clean reinstall everything look "good". But I had to no install some plugin I downloaded from the plugin site.
I did not install AJAX lib plugin such as Dojo, and all this stuff.

My assumption is that some plugins are interfering with Visual JSF and make it not parsing properly pages.
Comment 13 Dan Kolar 2008-05-28 10:13:00 UTC
*** Issue 135969 has been marked as a duplicate of this issue. ***
Comment 14 Roman Mostyka 2008-05-28 10:33:42 UTC
I installed "Web & Java EE" version of latest (200805280004) trunk build, tried to create web application with "Visual
Web JSF" framework, but failed. I also tried with IDE build from fresh sources, but result is the same.
And I tried on Windows XP, not on Mac OS X.
I set priority to P1, because IDE is totally unworkable for visual web application for me. Is there any workaround?
Comment 15 Dan Kolar 2008-05-28 10:38:38 UTC
Not yet, you're true.
Comment 16 _ sandipchitale 2008-05-28 15:44:24 UTC
I think the cause of this regression is different than the original bug filed by spaquet even though the outward symptom
is the same.
Comment 17 _ sandipchitale 2008-05-28 15:48:59 UTC
With the regression in current builds (starting from May 22nd this is duplicate of 135907.

*** This issue has been marked as a duplicate of 135907 ***