The reason is that the form bean is configed to be saved in session scope, and the reset() method is not called when the form is submitted.
<action path="/UserManager" type="org.springframework.web.struts.DelegatingActionProxy" parameter="method" scope="session" name="userForm" validate="false" >
-- Wang Zeng