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 72785 - Generated CookieAction should use MODE_ALL, not MODE_ANY
Summary: Generated CookieAction should use MODE_ALL, not MODE_ANY
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-02-17 18:51 UTC by Jesse Glick
Modified: 2006-02-20 16:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2006-02-17 18:51:08 UTC
It is more typical for an action to use MODE_ALL since you expect every node in
the selection to be appropriate. Template should generate this mode when the
user selects a conditional action permitting multiselections.
Comment 1 Martin Krauskopf 2006-02-20 16:11:31 UTC
ui/wizard/action/DataModel.java; 1.19 -> 1.20;
Comment 2 Martin Krauskopf 2006-02-20 16:12:25 UTC
backported

ui/wizard/action/DataModel.java; 1.19 -> 1.19.2.1;