The Artima Developer Community
Sponsored Link

Java Answers Forum
Struts & POI version problem

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ankur Mittal

Posts: 2
Nickname: csmits
Registered: Jun, 2004

Struts & POI version problem Posted: Jun 4, 2004 1:02 AM
Reply to this message Reply
Advertisement
Hi All,


I am using struts and weblogic for development .
I am also using jakarta - POI to develop custom excel files.

I changed poi version 1.5 to 2.5 due to client requirement.
It was working fine in the old version.

But when I deploy the application I get the error -

Struts error - Attribute "preprocess" must be declared for element type "ac

[Thread-7] ERROR digester.Digester - Parse Error at line 345 column 24:
Attribute "preprocess" must be declared for element type "action".
org.xml.sax.SAXParseException: Attribute "preprocess" must be declared for eleme
nt type "action".
at weblogic.apache.xerces.framework.XMLParser.reportError(XMLParser.java
:1301)
at weblogic.apache.xerces.validators.common.XMLValidator.validateElement
AndAttrib utes(XMLValidator.java:3778)
.
.
.

and then the complete dump of validation.xml file

I am unable to find out that. Please help me for that.

thanks,
Ankur Mittal

Topic: outofmemoryerror Previous Topic   Next Topic Topic: how can i set the window title when using response.setContentType

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use