You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Derek Harding <De...@MorningStarSystems.com> on 2001/03/14 18:55:01 UTC

newbie with struts 1.0b

I have the following code in my struts-config.xml document:

<forward name="help" path="/help.jsp"/>
<forward name="success" path="/showmessage.jsp"/>

and I am getting the following tomcat error:

Parse Error at line 8 column -1: Attribute "page" is not declared for
element "f
orward".
org.xml.sax.SAXParseException: Attribute "page" is not declared for
element "for
ward".

i had this in the .5 version.  but for some reason i am getting this using
the 1.0b version. any ideas?