Fri, 18 May 2007 13:10:03 +0000no message retouche_jsp_2007_2_t2b_a
jbranam@netbeans.org [Fri, 18 May 2007 13:10:03 +0000] rev 786
no message

Fri, 18 May 2007 11:34:03 +0000#94265 Fixing showing transparent text field component for 1.4, 1.5 doesn't
pzavadsky@netbeans.org [Fri, 18 May 2007 11:34:03 +0000] rev 785
#94265 Fixing showing transparent text field component for 1.4, 1.5 doesn't
work because of bad renderer's output.

Thu, 17 May 2007 19:42:18 +0000Remove JDK and J2EE Javadoc references from the libraries.
potingwu@netbeans.org [Thu, 17 May 2007 19:42:18 +0000] rev 784
Remove JDK and J2EE Javadoc references from the libraries.

Thu, 17 May 2007 12:13:16 +0000#104167 Initing the JSF designer component lookup immediatelly.
pzavadsky@netbeans.org [Thu, 17 May 2007 12:13:16 +0000] rev 783
#104167 Initing the JSF designer component lookup immediatelly.

Thu, 17 May 2007 01:32:20 +0000Bug Fix# 100724 Drag and Drop new VW JSF page to subfolder causes java.lang.IllegalException
sandipchitale@netbeans.org [Thu, 17 May 2007 01:32:20 +0000] rev 782
Bug Fix# 100724 Drag and Drop new VW JSF page to subfolder causes java.lang.IllegalException

The VW project allows creation of VW pages in web/resources folder and it's children. So it should be possible to move the pages to those folders also. For some reason it was not allowed in the prior releases. Enabled moving of pages to web/resources folder or any of it's children. If the corresponding package does not exist an error message is shown.

Thu, 17 May 2007 00:25:45 +0000Adding new files
davidvc@netbeans.org [Thu, 17 May 2007 00:25:45 +0000] rev 781
Adding new files

Wed, 16 May 2007 23:37:34 +0000Fix for #103122:rename rowSet causes NPE
deva@netbeans.org [Wed, 16 May 2007 23:37:34 +0000] rev 780
Fix for #103122:rename rowSet causes NPE
This problem exists because of workaround required to address #96387. Need to remove this fix once the root cause is fixed

Wed, 16 May 2007 23:05:09 +0000Added support for BeanInfo and DesignInfo for CachedRowSetImpl. I refactored
davidvc@netbeans.org [Wed, 16 May 2007 23:05:09 +0000] rev 779
Added support for BeanInfo and DesignInfo for CachedRowSetImpl. I refactored
out the additional properties supported by CachedRowSetXImpl into a subclass.
This isn't used yet, but it's a step along the way for support of the
standard reference implementation, CachedRowSetImpl.

Wed, 16 May 2007 18:43:03 +0000Remove more unnecessary module dependencies.
potingwu@netbeans.org [Wed, 16 May 2007 18:43:03 +0000] rev 778
Remove more unnecessary module dependencies.

Wed, 16 May 2007 18:17:43 +0000Fix "WARNING [org.netbeans.core.modules]: the module org.netbeans.modules.visualweb.project.jsf uses org.openide.options which is deprecated: Use org.openide.util.NbPreferences instead."
potingwu@netbeans.org [Wed, 16 May 2007 18:17:43 +0000] rev 777
Fix "WARNING [org.netbeans.core.modules]: the module org.netbeans.modules.visualweb.project.jsf uses org.openide.options which is deprecated: Use org.openide.util.NbPreferences instead."
Remove unnecessary module dependency.