Skip to content

Instantly share code, notes, and snippets.

@enpit
Created August 17, 2013 11:18
ADF: Creating a custom train button bar
<af:commandButton id="back" text="Back"
action="#{controllerContext.currentViewPort.taskFlowContext.trainModel.getPrevious}"
actionListener="#{yourActionListener}"
/>
<af:commandButton id="next" text="Next"
action="#{controllerContext.currentViewPort.taskFlowContext.trainModel.getNext}"
actionListener="#{yourActionListener}"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment