For some reason I get this in Struts2:
Unexpected Exception caught setting 'submit' on 'class ru.user.action.IndexAction: Error setting expression 'submit' with value ['Submit', ]
The only place where 'Submit' is figuring is next piece of code:
<s:form action="index" style="margin-top:8px">
<s:checkboxlist label="Select one or more answers" list="colors" name="yourColor" value="defaultColor" />
<s:submit value="Submit" name="submit" style="float:left"/>
</s:form>
What is the reason for this behavior?