1. Make sure you have defined result name input in your struts.xml file.
<action name=”tes” method=”testPhase”>
<result name=”input”>/Project.jsp</result>
</action>
2. Give fully qualified name under the tag class=”" in struts.xml for the particular action.