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 166521

Summary: IllegalArgumentException: Method already exists or is not public
Product: obsolete Reporter: skptr <skptr>
Component: visualwebAssignee: _ deva <deva>
Status: NEW ---    
Severity: blocker CC: jdayton
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=86934
Issue Type: DEFECT Exception Reporter: 86934
Attachments: stacktrace

Description skptr 2009-06-04 06:06:28 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
GUEST: ice faces tutorial testing

GUEST: Trying to add Row Selector for a dataTable. A dataTable was created early and deleted. Then, after adding the new one and choose Row Selector, this error occurred.

GUEST: I was trying to select the option "Add Row Selector" at drop down menu and this fail happened.

nch: adding a row selector to an IceFaces Data Table



Stacktrace: 
java.lang.IllegalArgumentException: Method already exists or is not public
        at org.netbeans.modules.visualweb.insync.live.ContextMethodHelper.createContextMethod(ContextMethodHelper.java:206)
        at org.netbeans.modules.visualweb.insync.live.LiveUnit.createContextMethod(LiveUnit.java:1454)
        at com.icesoft.faces.dt.DataTableAddRowSelectorAction.addSelectionListener(DataTableAddRowSelectorAction.java:71)
        at com.icesoft.faces.dt.DataTableAddRowSelectorAction.invoke(DataTableAddRowSelectorAction.java:85)
        at org.netbeans.modules.visualweb.insync.action.AbstractDisplayActionAction.invokeDisplayAction(AbstractDisplayActionAction.java:143)
        at org.netbeans.modules.visualweb.insync.action.AbstractDisplayActionAction.access$200(AbstractDisplayActionAction.java:94)
Comment 1 skptr 2009-06-04 06:06:34 UTC
Created attachment 83186 [details]
stacktrace