Thanks for the advice Chris. I installed the firbug plugin and fixed
a coupld of problems. I realize now that the main issue is that the
code in the library is trying to request an additional .php file that
is in the library's folder inside the /vendors folder. The relevant
code is:
new Ajax.Request( sc_select_ajax_handler.php, { method: 'POST',
parameters: pars, onComplete: onCompleteCallBack });
When it does, I get the following error message:
You are seeing this error because the action
<em>sc_select_ajax_handler.php
So I guess my question then really boils down to how to make this
request process correctly? Do I need to map this .php file to a
controller action? Thanks for any help.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---