ABSTRACT

A <forward> tag with a missing path attribute often indicates leftover debug code or a typographical error.

EXPLANATION

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" />

REFERENCES

[1] Apache Struts 1.3 Specification