x27;t translate very well.
No problems with translations here. Just fine actually.
2008/4/3, Christopher Schultz <[EMAIL PROTECTED]>:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Guilherme,
>
> Guilherme Orioli wrote:
>
> | Everyone recommended me to gen
.
Hope you guys can help me now. Sorry for the english. I finished my course
four years ago and haven't practiced since then...
Gui Orioli.
2008/4/3, Christopher Schultz <[EMAIL PROTECTED]>:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Guilherme,
>
>
Didn't get it... it just doesn't work... what do I need to use instead of
the response.redirect ?
2008/4/2, Alan Chaney <[EMAIL PROTECTED]>:
>
> You don't need the redirect. The response to the request IS the pdf file.
>
> HTH
>
>
> Guilherme Orioli wrot
It just doesn't show the Download dialog on the screen when i click the
button...
2008/4/2, Guilherme Orioli <[EMAIL PROTECTED]>:
>
> ok... here's what i'm doing... in system out, something like a pdf file is
> printed... itś probably there... just don't know h
ok... here's what i'm doing... in system out, something like a pdf file is
printed... itś probably there... just don't know how to show it from the
button i'm clicking on:
public String geraReportBois(){
try{
//Generating the report
String caminho_arquivo = new File("").getAbsolutePath() +
"/work
Ok... I've made some research on that too... I'm actually generating a
report (.pdf file) with jasper, and it already enables me to export it to an
outputstrem, as in this code:
memoryPDF = new FileOutputStream("test");
this.bytes =
JasperRunManager.runReportToPdf(jasperReport,parameters,this.getR
I'm developing a system that will generate a file dynamically, and i want
to make it possible to be downloaded from server after it's created. The
problem is that when i link the file, the response i get is that it doesn't
exist.
After a few tests we've figured out that if the file existed previou