You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ge...@fmo.com on 2004/03/16 18:31:45 UTC

Should I be able to put a path of a Action Class in a global forward?

Should I be able to put a path of a Action Class in a global forward?

<global-forwards>
 
                <forward name="startHere" path="/contentView.do" />

</global-forwards>