Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

Re: <html:link forward="search"> causing Exception in JSP

Pierre Thibaudeau

2007-01-18

Replies:

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, Patrick.Grimard@(protected)>:
>
>  <!-- Global Forwards Configuration -->
>  <global-forwards>
>   <forward name="search" path="/search.jsp"/>
>  </global-forwards>
>
©2008 junlu.com - Jax Systems, LLC, U.S.A.