On 5/21/06, Bčr Kessels <ber@webschuur.com> wrote:
> > Then just *before* validation to capture the node content and fill a
> > title. So that all possible validation hooks can still run, but that the
> > title has a value.

*removing* the title causes validation errors. So nodeapi(submi) is too late!

In hook_form_alter() try

$form['title']['#type'] = 'value';
$form['title']['#value'] = 'dummy value';