Binding a Visual Web JSF Table Component to an Enterprise JavaBean Method
See Also
In projects with Visual Web JSF support, after you add the Enterprise JavaBean component (enterprise bean) to the IDE and to the page, you can call an enterprise bean method by
binding it to a Table component. You can use this technique to view the results
of the method, but you cannot update it. You do not need to write any Java
code.
- Note: At this time, Visual Web JSF functionality supports only Enterprise JavaBeans 2.1.
To bind a Table component to a method:
- If the enterprise bean is not part of the IDE, add the
enterprise bean to the IDE.
- Drag the Table component to the Visual Designer.
- Drag and drop the method onto the table.
- See Also
- About Enteprise JavaBean Components
- Adding a Set of Enterprise JavaBean Components to the IDE
- Projects Window
- Editing Source Files
Legal Notices