Below is my Struts.xml

<action-mappings>

<action path="/valid"
type="com.hitech.customer.actions.LoginAction"
name="loginForm"
scope="session"
parameter="module"
...