[Mav-user] passing self-built XML documents

2002-06-14 Thread Barrie Selack
In pre 2.0 there was a model() method to pass a document that the application built. In 2.0 I can't quite figure how it get's passed. I've tried the setModel() and setting model in the HttpRequest. the former has the effect of taking 100% of the cpu, the latter seems to have no effect. So how

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

2002-06-14 Thread Jeff Schnitzer
. But this bug was in 2.0, too. Jeff Schnitzer [EMAIL PROTECTED] -Original Message- From: Barrie Selack [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 3:47 PM To: [EMAIL PROTECTED] Subject: [Mav-user] passing self-built XML documents In pre 2.0 there was a model() method to pass

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