case NavItem::TYPE_REDIRECT:
                    $typeModel = new NavItemRedirect();
                    $this->setPostAttribute($typeModel, 'type');
                    $this->setPostAttribute($typeModel, 'value');
                    $this->setPostAttribute($typeModel, 'target');