Forcing a save as dialogue from any web browser from JSF application
Posted
by Mark Lewis
on Stack Overflow
See other posts from Stack Overflow
or by Mark Lewis
Published on 2010-05-26T14:48:00Z
Indexed on
2010/05/26
14:51 UTC
Read the original article
Hit count: 210
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
© Stack Overflow or respective owner