Hi, I am trying to write a Java web app using JSF. I have a page which takes some info from user and it has a submit button. If the validation of the info entered by user is correct, the web app will send down a file.
All the example I look at has navigation rule while navigate from one jsp to another. How can I send down a file instead of loading another jsp? Thank you.
