Have you tried specifying the name explicitly?  As in: <html:hidden name
="superForm" property="myField"/>

I have experienced this same error when having more than one form in a
session with the same property's.  The actionForm associated with a
particular action was not being set. After specifying the name explicitly
the desired property was set.

cobbie

Reply via email to