次のアクション マッピングのアクション内のパスは何を意味しますか? リクエストの送信元の jsp ページ (search.jsp) を指定していますか?
<action-mappings>
<action path="/search"
type="SearchAction"
name="searchForm"
scope="request"
validate="true"
input="/search.jsp">
</action>
</action-mappings>