ABSTRACT

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

EXPLANATION

A <forward> tag must have name and path attributes. Without a name, the forward will never be used.

Example 1: The following <forward> tag has an empty name attribute.


<forward name="" path="/results.jsp"/>

REFERENCES

[1] Apache Struts 1.3 Specification