A <forward>
tag with a missing path
attribute often indicates leftover debug code or a typographical error.
A <forward>
tag must have name
and path
attributes. It is an error to omit a path or to specify a blank path. Furthermore, all paths must start with the "/" character.
Example 1: The following <forward>
tag has a missing path
attribute.
<forward name="success" />
[1] Apache Struts 1.3 Specification