deceivingrakesh 0 Light Poster

Hi guys ,

I have run into a problem with jasper reports and dynamic reports , i'm just trying to generate a simple PDF from a List of beans fetched from Hibernate , when i try to generate PDF from Action , i get the following Error:NoSuchMethodFound:org.w3c.dom.Node.getTextContent()Ljava/lang/String;
the method : org.w3c.dom.Node.getTextContent() is present in the xml-apis.jar , after arranging the external libs in "Order n Export" , i still get the same error , but after reloading ther page 3 times , the error vanishes and the PDF get's generated , before arranging libs even that wasn't happening ,

Tech : JBOSS 4 , Hibernate 2 , Struts 1 , JasperReports 6

Help is appeciated , thank you .