Is there a way to automate downloading of files in page which uses JSF?
I need to download file based on parameters I choose from drop-down menu and calendar. After that, if I understand correctly, server redirects to right download file or generates file. If I had a direct link based on parameters, I could use small bash/batch script, but I don't have the link so I need some help.