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 153908

Summary: "Portlet Name Cannot be Empty" waring is flashed when I type Portlet Class Name
Product: contrib Reporter: bharani <bharani>
Component: PortalpackAssignee: Satyaranjan D <satyaranjan>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description bharani 2008-11-26 07:14:16 UTC
"Portlet Name Cannot be Empty" waring is flashed  when I type Portlet Class Name. Leave he Portlet Class Name empty and
start typing the class name. Once can see the above warning getting flashed. This also occurs when simulate "Invalid
class name" error case.
Comment 1 Satyaranjan D 2009-01-07 06:01:34 UTC
This is the expected behavior. So the validation is done for every character entered in the portlet class name text field.
Once the validator found the valid characters in the portlet class name text field, it tries to validate the next field
in the UI, which is portlet name in this case.