Forcing a save as dialogue from any web browser from JSF application
- by Mark Lewis
Hello
I've created a JSF application, and I want to embed a link in a page which when clicked causes the backing bean to marshall out some xml and force the opening of a save-as download dialogue box so the user can choose a location to save the file. I've already written the JAXB code.
How is this done?
Thanks