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.

To bind a Table component to a method:

  1. If the enterprise bean is not part of the IDE, add the enterprise bean to the IDE.
  2. Drag the Table component to the Visual Designer.
  3. 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