Deciding When to Use a Data Page or a Data Action

Oracle ADF provides two classes, oracle.adf.controller.struts.actions.DataAction and its subclass oracle.adf.controller.struts.actions.DataForwardAction, to prepare the binding context for databound web pages. The corresponding Page Flow Diagram components are the data action and the data page. This topic describes when to use which component in your page flow diagram and contains the following sections:

When to Use the Data Page

The data page is the recommended component for adding an action that forwards to a databound web page. Use a data page when:

When to Use the Data Action

Use a data action when:


Adding a Data Page to the Page Flow Diagram
Adding a Data Action to the Page Flow Diagram

 

Copyright © 1997, 2004, Oracle. All rights reserved.