Mon, 07 Jan 2008 22:01:57 +0000Add org.netbeans.modules.portalpack.visualweb into the friend-packages list.
potingwu@netbeans.org [Mon, 07 Jan 2008 22:01:57 +0000] rev 1954
Add org.netbeans.modules.portalpack.visualweb into the friend-packages list.

Mon, 07 Jan 2008 19:46:08 +0000visualweb/gravy -> visualweb/kit/gravy
jglick@netbeans.org [Mon, 07 Jan 2008 19:46:08 +0000] rev 1953
visualweb/gravy -> visualweb/kit/gravy
http://wiki.netbeans.org/wiki/view/HgMigration

Sat, 05 Jan 2008 20:58:33 +0000Tests moved from visualweb/test/components pseudo module.
mschovanek@netbeans.org [Sat, 05 Jan 2008 20:58:33 +0000] rev 1952
Tests moved from visualweb/test/components pseudo module.

Sat, 05 Jan 2008 01:42:01 +0000#124460 Fixed NPE, caused by code typo leading to race condition.
pzavadsky@netbeans.org [Sat, 05 Jan 2008 01:42:01 +0000] rev 1951
#124460 Fixed NPE, caused by code typo leading to race condition.

Sat, 05 Jan 2008 01:38:37 +0000Partial implementation of # 123536 On demand binding attribute
sandipchitale@netbeans.org [Sat, 05 Jan 2008 01:38:37 +0000] rev 1950
Partial implementation of # 123536 On demand binding attribute

Implemented the Add Binding Attribute and Remove Binding Attribute actions. See
the issue and http://wiki.netbeans.org/wiki/view/OnDemandBindingAttribute
for more details.

TODO: Handle the case when there are references to the property in user code
while performing the Remove Binding Attribute action.

Sat, 05 Jan 2008 01:37:25 +0000#123289 Fixing possible NPE.
pzavadsky@netbeans.org [Sat, 05 Jan 2008 01:37:25 +0000] rev 1949
#123289 Fixing possible NPE.

Sat, 05 Jan 2008 01:27:22 +0000#123989 Fixed possible NPE.
pzavadsky@netbeans.org [Sat, 05 Jan 2008 01:27:22 +0000] rev 1948
#123989 Fixed possible NPE.

Sat, 05 Jan 2008 01:06:21 +0000#123995 Fixing leak in Document.userData used to link element to design bean.
pzavadsky@netbeans.org [Sat, 05 Jan 2008 01:06:21 +0000] rev 1947
#123995 Fixing leak in Document.userData used to link element to design bean.
Note there are also other userData usages, which we need to get rid of,
but they shouln't affect this issue.

Fri, 04 Jan 2008 21:51:22 +0000Project object was cached each time modelset changed (e.g. a JSF component is added to the page). Now cache project only when retrieving data sources
jbaker@netbeans.org [Fri, 04 Jan 2008 21:51:22 +0000] rev 1946
Project object was cached each time modelset changed (e.g. a JSF component is added to the page). Now cache project only when retrieving data sources

Fri, 04 Jan 2008 19:10:53 +0000This Fix is related to the task for on demand binding. When the project is created none of the components will have binding, thus reduces amount of code in the JSP & Java.
wjprakash@netbeans.org [Fri, 04 Jan 2008 19:10:53 +0000] rev 1945
This Fix is related to the task for on demand binding. When the project is created none of the components will have binding, thus reduces amount of code in the JSP & Java.