I believe your global forward should point onto /search.do (which is the ActionMapping whose path is defined as "/search" further down in your struts-config.xml:
<global-forwards> <forward name="search" path="/search.do"/> </global-forwards> Everything else in your struts-config-xml seems to be fine. Does that help? 2007/1/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
<!-- Global Forwards Configuration --> <global-forwards> <forward name="search" path="/search.jsp"/> </global-forwards>