Creating a task display form—using individual Drop handlers
In this section, you will create a task display form in the same task flow EnterQuoteDetails_TaskFlow.xml
, in which you have created a task flow in an earlier section. As you will be trying to implement routers, as discussed before, you will create a task display form without product details.
How to do it...
In this section, you will discover how a task display form is created using individual drop handlers.
I. Creating a task display form
1. In JDeveloper, go to EnterQuoteDetailsUI project | Web Content | Page Flows and click EnterQuoteDetails_TaskFlow.xml.
2. In Component Palette | ADF Task Flow | Components, select View and click on the designer.
3. Click View1 and enter the name
SalesQuote_ProductLess
for it.4. Double-click the SalesQuote_ProductLess view; it will open the Create JSF Page dialog.
5. In the Create JSF Page dialog, enter
SalesQuote_ProductLess.jspx
as the filename, accept defaults, and click OK.6. In the Data Controls...