RE: Subclassing RequestProcessor

2004-11-30 Thread McDonnell, Colm (MLIM)
The answer is in the error message > The content of element type "struts-config" must match > "(display-name?,description?,data-sources?,form-beans?, > global-exceptions?,global-forwards?,action-mappings?,controller?, > message-resources*,plug-in*)". The order of the struts-config elements

Re: Subclassing RequestProcessor

2004-11-30 Thread Duncan Mills
The element should appear above the (& ) elements in the config XML Regards Duncan Mills Brij Naald wrote: Hi, I'm trying to work with a subclass of requestprocessor. Therefore I add in the struts-config.xml. How simple this looks, it doesn't work. When I add this line to the struts-blank c