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

Summary: Code should be added by choice
Product: obsolete Reporter: richiom <richiom>
Component: visualwebAssignee: Winston Prakash <wjprakash>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

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.