Can I have a JSP form without a form bean? I dont need the bean, there are no input fields on form.
I defined action like this:
<action path="/main"
type="addressbook.MainAction"
input="/main.jsp"
>
</action>
But it threw an exception:
javax.servlet.ServletException: Cannot retrieve definition for
form bean null
Maris
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

