Re: Multiple AJAX Forms on same page all submitting to first form.

2010-05-13 Thread Robert McWay
are being generated properly. Thanks Guys. On May 12, 9:46 am, John Andersen wrote: > As Nilz wrote, you have two keys with the name of "id" in your array! > That can't work! > So check you form create statement and correct it! > Enjoy, >    John > > On May 12,

Re: Issue with find('list')

2010-05-12 Thread Robert McWay
First thing you might want to do is take the set function call out of the if(empty()) conditional you have. The reason is because you want this variable set every time, regardless of the state of $this->data, to keep the select options properly populated. The way you have it now, you will lose your

Re: Multiple AJAX Forms on same page all submitting to first form.

2010-05-12 Thread Robert McWay
; > > On Thu, May 6, 2010 at 22:45, Nilz wrote: > > > Why are you using two ids? > > > create('User', array('action'=>'check', 'id'=> > > $formid, 'name'=>$formid, 'id' => $submitid)); ?> > >

Multiple AJAX Forms on same page all submitting to first form.

2010-05-06 Thread Robert McWay
Hello All, I am having trouble with putting multiple ajax form instances on the same page. All the forms have the same fields, with the exception of a hidden field passing the User Id. Upon submitting the form, it always submits the form fields in the first form, regardless of which form i submit.

Re: Trouble integrating SWFUpload with cakephp project

2009-08-06 Thread Robert McWay
upload_complete_handler : uploadComplete, queue_complete_handler : queueComplete // Queue plugin event }; swfu = new SWFUpload(settings); }; On Aug 6, 12:35 pm, Rob

Re: Trouble integrating SWFUpload with cakephp project

2009-08-06 Thread Robert McWay
Does anyone possibly have a fully functioning example hey could share: still having problems...i am trying to follow the "Simple Demo" example on the swf upload site: http://demo.swfupload.org/v220/simpledemo/index.php. every time something gets add to the queue, i get a 403 error. Here is the r

Re: Problem with pdf creation using Vendor TCPDF

2009-08-02 Thread Robert McWay
Thank you very much to Kalileo for the response, as well as for writing the initial bakery article! Excellent article. For those that were interested in knowing what was wrong: " you probably still send the layout as shown in the article to the browser, with header("Content-type: application/pdf")

Re: Implementing Uploadify (JQuery Plugin) in a CakePHP project

2009-04-03 Thread Robert McWay
out how all 3 files interact with the > file system and modify it to your needs.  It seems both options would > require some work. > > On Apr 3, 1:42 pm, Robert McWay wrote: > > > It works if i try and call an unrelated upload.php in the document > > root, but i still ca

Re: Implementing Uploadify (JQuery Plugin) in a CakePHP project

2009-04-03 Thread Robert McWay
t to this anytime > soon.  One question I do have for you though (as it makes a small > difference), is the upload being done for you on a *.ctp file from a > controller's view, a pagecontroller's view, or from an unrelated file > in the document root? > > On Apr 2, 6:22 pm,

Re: Implementing Uploadify (JQuery Plugin) in a CakePHP project

2009-04-02 Thread Robert McWay
That was one of the first things i tried...When i changed this it created a "files" folder in the root cake direcory...thats why i had to change it to its current path. The answer has something to do with the way cakephp writes the urls..I found a post topic in the Uploadify forum, ( http://www.