I'm a beginner in
JSF & richfaces
I'm having a JSF Richfaces page.
I'm trying to execute a JasperReport code that displays the generated pdf file in the browser.
Actually when I put the code in the ActionListner method of the:
h:commandButton
h:commandLink
a4j:htmlCommandLink
it works
successfully but when I try using;
a4j:commandButton
a4j:commandLink
these components
fail
I didn't get the pdf rather than I get blank page with some strange characters displayed
Anybody knows why this happens
Thanks