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 134254 - Code should be added by choice
Summary: Code should be added by choice
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P3 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-30 14:11 UTC by richiom
Modified: 2008-04-30 17:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description richiom 2008-04-30 14:11:14 UTC
I'm using Netbeans 6.0.1, running on Apache Tomcat 6.0.14 and using Java EE 5.

The framework for the web app is Visual Web Java Server Faces.

When I create an empty web page produced from the above it contains:

css_master-all.css
json.js
com_sun_faces_ajax.js
dijit.js
dojo.js
webui-jsfx.js

with a hidden view state id="javax.faces.ViewState"

All of these includes should be optional from a configuration file and not forced on to the end developer, this adds far
too much bloat to a page which is unlikely to use all of the above plugins and only goes to destroy the purpose of
semantic coding techniques.
Comment 1 _ potingwu 2008-04-30 17:10:17 UTC
Code gen is coming from insync.
Comment 2 _ sandipchitale 2008-04-30 17:14:04 UTC
I think these come from Woodstock.