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 101894 - Error message is not refreshed after the error is corrected
Summary: Error message is not refreshed after the error is corrected
Status: REOPENED
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Rahul Dwivedi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-20 05:40 UTC by _ hong_lin
Modified: 2008-09-12 16:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
screen shot: two expressions with same attribute name (31.65 KB, image/png)
2007-04-20 05:42 UTC, _ hong_lin
Details
screen shot: error message is displayed after clicking OK button (31.81 KB, image/png)
2007-04-20 05:43 UTC, _ hong_lin
Details
screen shot: error is still displayed after correcting the names (32.44 KB, image/png)
2007-04-20 05:44 UTC, _ hong_lin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ hong_lin 2007-04-20 05:40:53 UTC
Build: NB 6.0 daily build 070418 (full installation)

Steps to reproduce it:
1. Open a iep process file in the IEP Editor.
2. Select one of the element, for example, a Relation Map.
3. Add two expressions with same attribute name (see attached screen shot
same-attr-name.PNG). 
4. Click OK. Will see an error message is displayed at the left-bottom cornor.
(See attached screen shot error-msg.PNG)
5. Correct the names, make them unique. After hit Enter key. The error message
is still displayed. Should be refreshed and gone. (See attached screen shot
name-is-unique.PNG).

This error message confuses user.
Comment 1 _ hong_lin 2007-04-20 05:42:31 UTC
Created attachment 41305 [details]
screen shot: two expressions with same attribute name
Comment 2 _ hong_lin 2007-04-20 05:43:19 UTC
Created attachment 41306 [details]
screen shot: error message is displayed after clicking OK button
Comment 3 _ hong_lin 2007-04-20 05:44:37 UTC
Created attachment 41307 [details]
screen shot: error is still displayed after correcting the names
Comment 4 Rahul Dwivedi 2007-04-24 02:43:57 UTC
currently on custom operator editors, the validation(action) occurs when user 
selects the Ok button and the validation action sets the error message.

in order to achieve message refresh per user action hence validation per user 
action please make a enhancement ticket.

Comment 5 jlautz 2008-09-12 16:07:37 UTC
Changing to an enhancement request.