Eurig Jones napsal(a):
I have a link on a facelets page which I want to users to be able to click and download a text file (with it's own extension such as .csv). The contents of this text file is simply the contents of a String property in a jsf bean.

I'm not sure how to go about doing the above, I'm not even sure if it's possible using JSF. Any ideas?

Regards,
Eurig


Hello,

I have tried custom PhaseListener and Servlet. After many problems with the PhaseListener I had to use the Servlet solution. If you are still interested in PhaseListener solution, look at:

http://www.jroller.com/page/cagataycivici?entry=phaselistener_renders_an_image_no

Regards,

Ondrej

Reply via email to