I am trying to export the result set of the DB in a excel format. And I am developing a web application using JSF. So what i need is that when the user clicks on the EXPORT button in my page , then a file save dialog has to open for the user to choose the directory path and the name for the file.
And when the save is clicked in the file dialog then i need to write the whole result set to the excel sheet with the mentioned name and path as per users input.
But i couldnt find the file save dialog and how to use the same with JSF. And I am using jdeveloper for the development .
Please suggest me a solution.