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 99253 - Password text property shows '<Lookup null value>'
Summary: Password text property shows '<Lookup null value>'
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Winston Prakash
URL: https://woodstock.dev.java.net/issues...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-28 15:13 UTC by Lark Fitzgerald
Modified: 2007-06-22 20:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
M8 broken password binding dialog (111.80 KB, image/jpeg)
2007-03-28 15:16 UTC, Lark Fitzgerald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2007-03-28 15:13:38 UTC
Woodstock: Unable to set or bind a password value.

Steps:
1. drag a basic > password onto designer
2. go to properties and see:
'<Lookup null value>'
3. click the bind button and you get a dialog listing each class with a radio 
button (image attached).
Comment 1 Lark Fitzgerald 2007-03-28 15:16:07 UTC
Created attachment 40087 [details]
M8 broken password binding dialog
Comment 2 Lark Fitzgerald 2007-03-30 20:57:51 UTC
Woodstock issue, re-logged as:
https://woodstock.dev.java.net/issues/show_bug.cgi?id=77
Comment 3 Lark Fitzgerald 2007-05-31 02:33:37 UTC
Re-opening.  This issue is not a component bug.  It appears to be a property
sheet issue.  See woodstock bug (in url field) for more information.
Comment 4 Winston Prakash 2007-06-18 20:28:23 UTC
This is indeed a component problem.
The fix is to specify the editor class
for the password field as

-    @Property(name="password", displayName="Password", category="Appearance")
+    @Property(name="password", displayName="Password", category="Appearance",
editorClassName="com.sun.rave.propertyeditors.StringPropertyEditor")
     public Object getPassword() {

Wait still the nightly build is integrated in to Netbeans to verify the fix
Comment 5 Lark Fitzgerald 2007-06-21 16:11:01 UTC
Verified using:

NB6: 200706211113
Woodstock 4.1 200706210537 

But a series of other issues have been found.  Fix may need to be rolled back.
Comment 6 Winston Prakash 2007-06-21 18:57:56 UTC
What other issues?

Comment 7 Lark Fitzgerald 2007-06-21 19:17:58 UTC
correction: it was part of a group of fixes.  The other changes appear to be what caused the issues.  If it is rolled
back, this fix would need to be re-applied.

https://woodstock.dev.java.net/issues/show_bug.cgi?id=295
https://woodstock.dev.java.net/issues/show_bug.cgi?id=296
https://woodstock.dev.java.net/issues/show_bug.cgi?id=297
https://woodstock.dev.java.net/issues/show_bug.cgi?id=298
Comment 8 Winston Prakash 2007-06-21 21:02:50 UTC
Ah OK. In CVS you can selectively roll back. If this fix also got rolled back, let me know, I will reapply it. Thanks.
Comment 9 Lark Fitzgerald 2007-06-22 20:01:13 UTC
verified using:
NB6: 200706220000
Woodstock 4.1 200706220934