Jordan wrote:
>  <html:submit value="Update"/>

I would be interested in seeing the resulting HTML.  What's the "name"
attribute of the <input type="submit"> tag?  If it's not name="submit", then
that's why your Form bean is not being populated.  Try this:

<html:submit property="submit" value="Update"/>

-- 
Wendy Smoak

Reply via email to