Len Popp schrieb:

What type of object is the "Object" attribute supposed to be? If you
have a Document, you can do
   req.setAttribute("Object", mydoc);
in one servlet and
   Document mydoc = req.getAttribute("Object");
in the other.

If the "Object" attribute is a string representation of a Document,
you will have to do whatever is necessary to create a Document from
that string. (I don't know how JDOM works.)
--
Hi Len, thank you for your answer,
I would like to abdicate to transform the JDOM-Object into a String and later retransfer it to JDOM again. I just thought that's the way. So if there is a way to send JDOM-objects directly, I will choose it ;-)

Gruss Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to