Check the DTD struts-config_1_0.dtd or struts-config_1_1.dtd You cannot use an attribute which is not declared in the DTD. Thats why you are getting this error
-----Original Message----- From: Christian Bouessay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 5:10 PM To: [EMAIL PROTECTED] Subject: Warning when extending ActionMapping. Hi, In struts-config.xml, I've added a property to the default struts mapping, to be able to map each URL with a screen id: By example: <action path="/logon" forward="/views/authentication/logon.jsp" screen="ADP-000" /> To do this, I wrote my own class which extends ActionMapping. All works fine, I can access the screen id by calling "mapping.getScreen()". But, I don't understand the logs: Parse Error at line 120 column -1: Attribute "screen" is not declared for element "action". org.xml.sax.SAXParseException: Attribute "screen" is not declared for element "action". ... Anyone has an idea? -- C. Bouessay -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> **************************************************************************** The content of this e-mail is intended only for the confidential use of the person addressed. If you have received this message in error, please notify us immediately by electronic mail, by telephone or by fax at the above num- bers. E-mail communications are not secure and therefore we do not accept any res- ponsibility for the confidentiality or altered contents of this message. Please be aware that SIS Group and its subsidiary companies cannot accept any orders or other legally binding correspondence with a participant as part of an E-mail. The views expressed above are not necessarily those held by SIS Group and its subsidiary companies and not binding for them. **************************************************************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

