<html><div style='background-color:'><DIV class=RTE>
<P>Which method is it complaining about <BR><BR></P></DIV>
<DIV></DIV>&gt;From: "Aggarwal, Sushil" &lt;sushil.aggarwal@FMR.COM&gt;
<DIV></DIV>&gt;To: &lt;jdom-interest@jdom.org&gt;
<DIV></DIV>&gt;Subject: [jdom-interest] Problems in adding an element
<DIV></DIV>&gt;Date: Mon, 10 Jan 2005 05:58:53 -0500
<DIV></DIV>&gt;
<DIV></DIV>&gt;Hi,
<DIV></DIV>&gt; Element objRoot = new Element("Request");
<DIV></DIV>&gt; Document objDocument = new Document(objRoot);
<DIV></DIV>&gt;
<DIV></DIV>&gt; Element objRequestType = new Element("Request_Type");
<DIV></DIV>&gt;
<DIV></DIV>&gt; objRequestType.setText("DEFAULT");
<DIV></DIV>&gt; objRoot.addContent(objRequestType);
<DIV></DIV>&gt;
<DIV></DIV>&gt; This code gives me a runtime error on the JSP page with the new
<DIV></DIV>&gt;JDOM api i.e. 1.0
<DIV></DIV>&gt; Error 500 : Incompatible argument to method
<DIV></DIV>&gt; Kindly provide what I am doing wrong or missing?
<DIV></DIV>&gt;
<DIV></DIV>&gt;
<DIV></DIV>&gt;Thanks &amp; Regards,
<DIV></DIV>&gt;Sushil Aggarwal
<DIV></DIV>&gt;
<DIV></DIV>&gt;
<DIV></DIV>&gt;Any comments or statements made in this email are not necessarily those
<DIV></DIV>&gt;of Fidelity Business Services India Pvt. Ltd. or any of the Fidelity
<DIV></DIV>&gt;Investments group companies. The information transmitted is intended
<DIV></DIV>&gt;only for the person or entity to which it is addressed and may contain
<DIV></DIV>&gt;confidential and/or privileged material. If you have received this in
<DIV></DIV>&gt;error, please contact the sender and delete the material from any
<DIV></DIV>&gt;computer. All e-mails sent from or to Fidelity Business Services India
<DIV></DIV>&gt;Pvt. Ltd. may be subject to our monitoring procedures.
<DIV></DIV>&gt;
<DIV></DIV>&gt;
<DIV></DIV>&gt;_______________________________________________
<DIV></DIV>&gt;To control your jdom-interest membership:
<DIV></DIV>&gt;http://www.jdom.org/mailman/options/jdom-interest/youraddr@yourhost.com
<DIV></DIV></div></html>