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

Summary: Generated CookieAction should use MODE_ALL, not MODE_ANY
Product: apisupport Reporter: Jesse Glick <jglick>
Component: TemplatesAssignee: Martin Krauskopf <mkrauskopf>
Status: RESOLVED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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;