Description
I've created a sample web application called "jsfMedWeb" that demonstrates the integration of Page Flows and JSF. The application shows
- calling a Page Flow action from a JSF page
- calling a Page Flow action from a JSF page and submitting a form bean
- calling a backing file command handler which in turn raises a page flow action and passes a form bean
- plus other Page Flow features (e.g. using a SharedFlow to share data across Page Flows)
- various JSF features including a DataModel with sorting and the use of a ValueChangeListener
I hope you will find this sample valuable
- john rohrlich