Re: Tree Behavior: parent_id not saved

2008-02-13 Thread su6z3r0
There have been some typos in the script shown. I have submitted the corrections. On Feb 13, 3:46 pm, su6z3r0 <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying the example athttp://book.cakephp.org/view/91/tree-behavior. > > When I save a new node the parent_id is missing in the INSERT. If I do >

Tree Behavior: parent_id not saved

2008-02-13 Thread su6z3r0
Hi, I am trying the example at http://book.cakephp.org/view/91/tree-behavior. When I save a new node the parent_id is missing in the INSERT. If I do a debug the parent_id is set but the INSERT just has left, right, and title values. Any ideas what I might be doing wrong? THX, Alex --~--~-