RE: Brain sprain

2009-03-04 Thread Steven Wright
That was the trick. Thanks Brian. -Original Message- From: cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] On Behalf Of brian Sent: Wednesday, March 04, 2009 12:12 AM To: cake-php@googlegroups.com Subject: Re: Brain sprain Actually, I just realised that you could call

RE: Brain sprain

2009-03-04 Thread Steven Wright
- From: cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] On Behalf Of brian Sent: Wednesday, March 04, 2009 12:12 AM To: cake-php@googlegroups.com Subject: Re: Brain sprain Actually, I just realised that you could call $this->setAction('view', $user_id) instead of red

Re: Brain sprain

2009-03-03 Thread brian
-- > From: cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] On Behalf > Of brian > Sent: Tuesday, March 03, 2009 9:17 PM > To: cake-php@googlegroups.com > Subject: Re: Brain sprain > > > On Tue, Mar 3, 2009 at 3:55 PM, RhythmicDevil > wrote: >> >> Hi, >>

RE: Brain sprain

2009-03-03 Thread Steven Wright
different than a redirect. -Original Message- From: cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] On Behalf Of brian Sent: Tuesday, March 03, 2009 9:17 PM To: cake-php@googlegroups.com Subject: Re: Brain sprain On Tue, Mar 3, 2009 at 3:55 PM, RhythmicDevil wrote: > &

Re: Brain sprain

2009-03-03 Thread brian
On Tue, Mar 3, 2009 at 3:55 PM, RhythmicDevil wrote: > > Hi, > I am having a brain sprain. I have a controller Subscribers that has > two actions 'view' and 'add_device'. View is called from the index > page with a Subscriber ID and then shows all the Subscriber's details. > In the 'view' view th

RE: Brain sprain

2009-03-03 Thread Steven Wright
, 2009 3:59 PM To: cake-php@googlegroups.com Subject: Re: Brain sprain On Tue, Mar 3, 2009 at 6:55 PM, RhythmicDevil wrote: [..snip..] If the device_id is empty I want to send the user back to the 'view' view (I have to change that name) populated with the Subscriber's data. Fo

Re: Brain sprain

2009-03-03 Thread Gonzalo Servat
On Tue, Mar 3, 2009 at 6:55 PM, RhythmicDevil wrote: > > [..snip..] > > If the device_id is empty I want to send the user back to the 'view' > view (I have to change that name) populated with the Subscriber's > data. For some reason I cant figure out how to do that in a simple > way. Because each