RE: [Mav-user] passing self-built XML documents

2002-06-14 Thread Jeff Schnitzer
ControllerContext.setModel() is indeed how you are supposed to do it. You're setting an org.w3c.dom.Document instance? What view type are you using? Actually, nevermind, I see the problem. You're using domify, and you're trying to adapt something that is already a Node. If you want an instant

RE: [Mav-user] passing self-built XML documents

2002-06-14 Thread Jeff Schnitzer
Message- From: Jeff Schnitzer Sent: Friday, June 14, 2002 4:24 PM To: [EMAIL PROTECTED] Subject: RE: [Mav-user] passing self-built XML documents ControllerContext.setModel() is indeed how you are supposed to do it. You're setting an org.w3c.dom.Document instance? What view type are you