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:
The data page is the recommended component for adding an action that forwards to a databound web page. Use a data page when:
Use a data action when:
For more information see Deciding When to Chain Data Actions.
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.