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 156498

Summary: ICEFaces Visual Web rowSelector binding misses directory / package
Product: third-party Reporter: tamastarjanyi <tamastarjanyi>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description tamastarjanyi 2009-01-09 00:24:03 UTC
- Create a Web application and add ICEFaces Visual Web framework support.
- Create a folder under "Web Pages" for example "test".
- On this "test" folder Right Click and select New -> ICEfaces Visual Web JSF Page. File is created in the test
directory called Page1.
- From ICE Faces palette add an dataTable.
- Right click on the dataTable and select "Add RowSelector....".
- In the binding window the "Current binding for selectionListener property" does not contain the folder name. The Bean
is in a package webapplication.test but the bean reference does not contain the folder/package name in the binding. 
Result in the JSP is:
<ice:rowSelector id="rowSelector1" selectionListener="#{Page1.rowSelector1_processAction}"/>
instead of
<ice:rowSelector id="rowSelector1" selectionListener="#{test$Page1.rowSelector1_processAction}"/>