Duan, Nick wrote:

You shouldn't use req.getParameter(..).  Instead, use the setAttribute
and getAttribute methods in HttpServletRequest.  No need to pack/unpack
JDOM.  You can pass an object via request.

So...
String mystring = req.getAttribute("Object")
       Document mydoc = mystring.?   <--- and now?

Thank you...

Gruss Christian


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

Reply via email to