RE: Form help

2009-06-17 Thread Dave Maharaj :: WidePixels.com
Perfect! The id => my_names_here did the trick. Thanks. Dave -Original Message- From: Marcelo Andrade [mailto:mfandr...@gmail.com] Sent: June-17-09 9:07 AM To: cake-php@googlegroups.com Subject: Re: Form help On Tue, Jun 16, 2009 at 4:10 PM, Dave Maharaj :: WidePixels.com wr

Re: Form help

2009-06-17 Thread Marcelo Andrade
On Tue, Jun 16, 2009 at 4:10 PM, Dave Maharaj :: WidePixels.com wrote: > > I have > create($model, array('type' => 'post',  'action' => > '/update')); ?> > > which renders method="post"> > > Is there a way to get it to look like this? > > Not sure about the 'action="update"'. But to define th

RE: Form help

2009-06-16 Thread Dave Maharaj :: WidePixels.com
the form ID that gets generated automaticaly, a user may choose to edit 2 or more sections at once and loading the form with the same ID is certainly a no no -Original Message- From: thatsgreat2345 [mailto:thatsgreat2...@gmail.com] Sent: June-16-09 6:04 PM To: CakePHP Subject: Re: Form

Re: Form help

2009-06-16 Thread thatsgreat2345
create($model, array('type' => 'post', 'url' => '/update')); ?> On Jun 16, 12:10 pm, "Dave Maharaj :: WidePixels.com" wrote: > I have > create($model, array('type' => 'post',  'action' => > '/update')); ?> > > which renders method="post"> > > Is there a way to get it to look like this? > > >