<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Del Merritt wrote:
<blockquote cite="mid:4989BFA7.3020301@alum.mit.edu" type="cite">Dear
Catalyst developers -<br>
<br>
Attached is a patch that updates
Catalyst::Manual::Tutorial::AdvancedCRUD::FormFu. I had noticed that
both<br>
<blockquote>$form->save_to_model($book) and <br>
$form->defaults_from_model($book)<br>
</blockquote>
generated warnings, and that alternatives should be used. E.g.:<br>
<blockquote>save_to_model() method deprecated and is provided for
compatibility only, and will be removed: use
$form->model->update() instead<br>
</blockquote>
I think the patch to the POD reflects the preferred usage. My local
tests suggest that it works, but I am still a Catalyst (and FormFu)
newbie.<br>
</blockquote>
<br>
Oops - please disregard that patch, and use this one instead. Sloppy
of me; sorry!<br>
<br>
-Del<br>
<br>
</body>
</html>