On Mon, Jul 6, 2009 at 10:57 AM, bhushan A<[email protected]> wrote:
> (..)
> controller.  and written test_auto() in controller
>
> function test_auto()
>        {
>
>        }
>
> and in view (test_auto.thtml) i have wriiten these lines:
> "

1) Please, use the CakePHP version 1.2.x.
2) To a view named "test_auto", your action must
be "testAuto".  Tip: start trying with a "test" action.

> <?php echo $javascript->link('prototype');
> echo $javascript->link('scriptaculous');

An obvious question, but...  do you have a prototype.js
and scriptaculous.js files in your webroot/js to which
these call are related, don't you?

Best regards.

--
MARCELO DE F. ANDRADE
Belem, PA, Amazonia, Brazil
Linux User #221105

http://mfandrade.wordpress.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to