RE: ActionForm necessary?

2004-03-15 Thread Johann Reyes
Hello Frank ActionForm in no necesary if you don't use the html:form tag.. if you use it then you have to use an actionform even if you don't have any validation on it. Hope it helps, Johann -Original Message- From: Frank Burns [mailto:[EMAIL PROTECTED] Sent:

RE: ActionForm necessary?

2004-03-15 Thread Wendy Smoak
From: Frank Burns [mailto:[EMAIL PROTECTED] I have a jsp form which has fields that require no validation. So I don't need to validate the form input. If I don't include an ActionForm, I get a ... null form ... error message. Does this mean that I MUST create ActionForms, even if they