<global-forwards>
   <forward name="article.search" path="/article/search.do"/>
</global-forwards>

<action path="/article/remove"
...
   <forward name="success" path="/article/search.do"/>
</action>

After a sucessful removal of an article I want to go to my search page, so
no problem with my example. But redundant declarations of the path
("/article/search.do") seem not to be good for maintenance purposes, my
global-forward definition is important because of an entry point in my
application. It seems that using the "article.search" in the path definition
of my local forward doesn't work. Workaround ?
Thank you for your help.
Richard.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to