I am looking at using the DHTML Suite (dhtmlgoodies.com) with my
application. I am using their Window Widget to retrieve some
information via AJAX. The issue is that it uses the URL as a
parameter when when you create the window from Javascript. Cake
always seems to return a message that it is looking for a different
controller.
For example, the URL entered into the parm field is '\vendors\view
\105'
Here is what Cake is reporting for an error.
<?php
class VendorsController extends AppController {
var $name = 'Vendors';
function viewG() {
}
}
?>
Any thoughts? Have I provided enough information? Thank you!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---