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 - ICEFaces Visual Web rowSelector binding misses directory / package
Summary: ICEFaces Visual Web rowSelector binding misses directory / package
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-09 00:24 UTC by tamastarjanyi
Modified: 2009-01-09 00:24 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 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}"/>