Scott Updike wrote:I fixed the issue by changing the struts-config.xml file. THe form bean tags were written incorrectly.
Correct Version:
<form-beans>
<form-bean name="loginForm" type="com.product.form.LoginForm"/>
</form-beans>
Not
<form-bean>name="loginForm" type="com.product.form.LoginForm"</form-bean>
Please close this issue.