How is the view activities in a bounded task flow used when dropped onto a page?
A.
as page fragments that are rendered within a region
B.
as. jspx pages that contain task flow calls
C.
as page fragments that contain an f:view tag
D.
as . jsff pages that are rendered within a module
E.
as a .jspx page that is defined as a template
Explanation:
http://docs.oracle.com/cd/E12839_01/web.1111/b31974/taskflows_regions.htm (topic
17.1, second paragraph)
seems
C.
as page fragments that contain an f:view tag
A is correct.
“Any view activity used in the region must be created using page fragments, not pages. A page fragment is a JSF JSP document that can be rendered as content of another JSF page. It is similar to a page, except that it cannot contain elements such as .”
A is Correct.
A is Correct