RE: On post ActionForm is null

2004-08-04 Thread Jim Barrows
> -Original Message- > From: lnader2000 [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 03, 2004 10:36 AM > To: [EMAIL PROTECTED] > Subject: On post ActionForm is null > > > I have a simple form show below: > > class="com.company.web.forms.TranDefForm"/> Don't need the jsp:useBea

RE: On post ActionForm is null

2004-08-04 Thread Gupta, Sahil
your form bean names do not match TranDefForm and tranDefForm Easy solution: use html:form that will take care of the rest for you. Sahil -Original Message- From: lnader2000 [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 03, 2004 1:36 PM To: [EMAIL PROTECTED] Subject: On post ActionF