Tue, 30 Oct 2007 20:56:53 +0000Issue 119919: Data provider from session bean didn't provide data to JSF component. Needed to set executed flag in property change listener. post_nb6_dbcaching_root
davidvc@netbeans.org [Tue, 30 Oct 2007 20:56:53 +0000] rev 1809
Issue 119919: Data provider from session bean didn't provide data to JSF component. Needed to set executed flag in property change listener.

Tue, 30 Oct 2007 20:41:24 +0000Updated unit tests
quynguyen@netbeans.org [Tue, 30 Oct 2007 20:41:24 +0000] rev 1808
Updated unit tests

Tue, 30 Oct 2007 20:41:04 +0000Added missing JspJavaEditorSupport cookie to CookieSet to make lookup/getCookie consistent
quynguyen@netbeans.org [Tue, 30 Oct 2007 20:41:04 +0000] rev 1807
Added missing JspJavaEditorSupport cookie to CookieSet to make lookup/getCookie consistent

Tue, 30 Oct 2007 19:04:12 +0000Clean up database after running unit test
davidvc@netbeans.org [Tue, 30 Oct 2007 19:04:12 +0000] rev 1806
Clean up database after running unit test

Tue, 30 Oct 2007 17:56:49 +0000fixed formit
jbranam@netbeans.org [Tue, 30 Oct 2007 17:56:49 +0000] rev 1805
fixed formit

Tue, 30 Oct 2007 15:59:28 +0000Added start of unit test for CachedRowSetDataProvider. Add additional tests as needed....
davidvc@netbeans.org [Tue, 30 Oct 2007 15:59:28 +0000] rev 1804
Added start of unit test for CachedRowSetDataProvider. Add additional tests as needed....

Tue, 30 Oct 2007 01:05:56 +0000More organization around test cases.
JoelleLam [Tue, 30 Oct 2007 01:05:56 +0000] rev 1803
More organization around test cases.

Mon, 29 Oct 2007 22:00:42 +0000fix: 120396
JoelleLam [Mon, 29 Oct 2007 22:00:42 +0000] rev 1802
fix: 120396

Mon, 29 Oct 2007 18:12:58 +0000Fixed help ID for 'Add EJB Set' dialog
quynguyen@netbeans.org [Mon, 29 Oct 2007 18:12:58 +0000] rev 1801
Fixed help ID for 'Add EJB Set' dialog

Sat, 27 Oct 2007 15:49:33 +0000Bug Fix # 107744 Fix error in title of informational rename dialog cnd61_dev_root
sandipchitale@netbeans.org [Sat, 27 Oct 2007 15:49:33 +0000] rev 1800
Bug Fix # 107744 Fix error in title of informational rename dialog

Fixed the title by stripping the & and ...s from action names for Rename and Move.
Also fixed an potential NPE.