Posts

Showing posts with the label popup in adf faces

File attachment using Adf faces, EJB3 and Oracle XE database Part III

Image
Continued... Step III: Creating taskflow for file-uploading popup Design the list of employees like following  List of employees page  Here the “New” button will open new tab for creating “Person”, “Refresh” button simply executes the "Execute" function and “Detail” will open new table populating selected record data for editing. The edit/new person screen should be like follwing  add/edit person screen  In add/edit person screen, "Save" button updates or inserts new record into the database, close button will close the tab and "Attachment" button opens the popup for file attachment. Lets design the taskflow for fileAttachment Create the new taskflow for Attachment Click on overview and select General, uncheck “Use Page fragements” Click on Parameters and define input parameter and return parameter as follows. Create a new java file, and in Managed Beans, provide that file path and name here as Add a page and a return activity in your...