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 - Provide validation functionality in project properties dialog
Summary: Provide validation functionality in project properties dialog
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-01 16:25 UTC by Radko Najman
Modified: 2006-12-20 09:05 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.