Re: requestAction issue when using a plugin

2007-01-31 Thread Doug
On Jan 31, 12:59 am, Dr. Tarique Sani [EMAIL PROTECTED] There was a bug in v1.1 which prevented more than one requestAction calls on the same page to the same plugin and it was fixed - search the Trac for it, I had reported and submitted a patch - perhaps it is a similar issue raising its

Re: requestAction issue when using a plugin

2007-01-31 Thread Dr. Tarique Sani
On 1/31/07, Doug [EMAIL PROTECTED] wrote: I downloaded the nightly build ( 1.2.x.x_30.01.2007.zip ), which I think is the newest I can get. And it looks different from your diff. Yes, presume it would be different from the diff (the diff is not for 1.2) but the problem appears to be similar

Re: requestAction issue when using a plugin

2007-01-31 Thread Doug
On Jan 31, 2:20 am, Dr. Tarique Sani [EMAIL PROTECTED] wrote: Go ahead hack the CakePHP core to make it work - create a patch and post a ticket in the Trac with your patch attached - someone from the dev team will apply the patch or suggest alternatives. Thanks for your advice. I opened a

requestAction issue when using a plugin

2007-01-30 Thread Doug
I am using Cake 1.1.12.4205 calling a plugins action: /catalog/search/General/ /plugin(controller same name)/action/parameter All works fine. I add the following line to my default layout: ?php echo $this-requestAction(Menu/display/main_menu, array( return=true ) ); ? Where the Menu

Re: requestAction issue when using a plugin

2007-01-30 Thread Dr. Tarique Sani
On 1/31/07, Doug [EMAIL PROTECTED] wrote: ?php echo $this-requestAction(Menu/display/main_menu, array( return=true ) ); ? ?php echo $this-requestAction(Menu/display/main_menu, array( return=true ) ); ? There was a bug in v1.1 which prevented more than one requestAction calls on the same page