Never mind...it turns out that I added a non-default constructor to the
ActionForm bean without also adding a default constructor.
Rick Schumeyer wrote:
I'm using struts 1.3.5.
I have a jsp that displays a <table>.
If I surround the table with:
<html:form action="/EmployeeAdd">
...
</html:form>
then nothing in the page renders. The EmployeeAdd action exists; it
is associated with an ActionForm that also exists.
Does anyone have any idea what can cause this problem?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]