On 6/14/07, aniston <[EMAIL PROTECTED]> wrote:
>
>
> [..snip..]
> as for now does this method of submission look correct (already posted
> above)
>
> <form action="<?php echo $html->url('/members/index_pdf/'); ?>"
> method="post">
> </div>
> <?php echo $html->hidden('Member/id',$nome_cercato)?>
> <div class="submit">
> <?php echo $html->submit('PDF');?>
> </div>
> </div>
> </form>
>
> or is there a better/correct way ? alwalys in Cake ver 1.1
> any idea why is the called page not showing up ? with debug set to 2 I
> still dont see any error messages except for the standard SQL report
> at the page bottom.
What does the raw HTML look like for the relevant part? Have you tried doing
a debug($this->data) inside the index_pdf() function in your Members
controller? If so, what does it show? If not, try it! :)
- Gonzalo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---