Re: Outputting PDF

2008-08-25 Thread saeb
forgot to mention, that I did HttpResponse(response) and there was just gibberish displayed... On Aug 25, 10:00 am, saeb <[EMAIL PROTECTED]> wrote: > Thanks, I did use form validation as inhttp://dpaste.com/73704/but I > couldn't get the validation to work. I wasn't sure what I was doing > wro

Re: Outputting PDF

2008-08-25 Thread saeb
Thanks, I did use form validation as in http://dpaste.com/73704/ but I couldn't get the validation to work. I wasn't sure what I was doing wrong, so I resorted to the ad hoc method you are seeing, hoping to resolve it once I get the view working. In regards to PDF generation, I wasn't sure what I

Re: Outputting PDF

2008-08-25 Thread Karen Tracey
On Mon, Aug 25, 2008 at 9:01 AM, saeb <[EMAIL PROTECTED]> wrote: > > Hi, > > Following is my view. http://dpaste.com/73677/ > In the template I have 2 buttons, one is to retrieve results for the > id typed in the input box and other is to generate a PDF of the > results (if user desires). The resu

Outputting PDF

2008-08-25 Thread saeb
Hi, Following is my view. http://dpaste.com/73677/ In the template I have 2 buttons, one is to retrieve results for the id typed in the input box and other is to generate a PDF of the results (if user desires). The results are generated fine, but when I click the generatePDF button it gives a Dat