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 90436

Summary: Provide validation functionality in project properties dialog
Product: projects Reporter: Radko Najman <rnajman>
Component: Generic Projects UIAssignee: Milos Kleint <mkleint>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: anebuzelsky
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Radko Najman 2006-12-01 16:26:01 UTC
Project properties dialog should provide common validation functionality similar
to the wizards. Now there is no validation mechanism in the project properties
dialog so if the developer wants to validate some values, it is necessary to
implement it from scratch in each panel.

This issue is also related to the issue #28862.
Comment 1 Milos Kleint 2006-12-19 13:13:33 UTC
ProjectCustomizer.Category class has validation switch and error message setter.
What's wrong with that?
Comment 2 Radko Najman 2006-12-19 14:42:22 UTC
Oh, interesting. I didn't know that it was implemented. When we implemented
customizers for J2EE projects this functionality was missing there. I was
talking about it a few times with UI but nothing happened so I decided to report
it after ages myself and now I see it was already implemented (I don't read each
commit message to each module). I'm sorry for false alarm and thanks for
implementing it.