lol, I completely overlooked the AJAX, was thinking of something I did.
 This is a portion of my code from a recent project.

    echo $this->Form->create("AdmitLookupProviders", array('action' =>
'view_admit_lookup'));

    echo "<div>";
    echo "    Last Name";
    echo $this->Form->input("last_name", array(
                            'label'  => false,
                            'class'  => 'input_style',
                            'div'    => false));
    echo " ";
    echo $this->Form->submit("Search", array(
                             'class' => 'submit_style',
                             'div'   => false));

I used $this->Form->submit(), not ajax.

On Thu, Dec 8, 2011 at 4:55 PM, Daniel <[email protected]> wrote:

> On Dec 8, 9:31 pm, "Yves S. Garret" <[email protected]>
> wrote:
> > http://book.cakephp.org/view/1367/submit
> >
>
> Just great, this says it is deprecated:
> http://book.cakephp.org/view/1367/submit#!/view/1358/AJAX
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> [email protected] For more options, visit this group
> at http://groups.google.com/group/cake-php
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to