Re: Passing document, request & resonse to other methods

2001-10-02 Thread Dave Neary
Adrian Geissel wrote: > > Hi Dave, > > why not just let the XSP processor create the DOM nodes - and use the > and tags to embed functionality in the output. > If you need to control the addition of elements to the DOM in your own code, > then use the , and tags - > they'll be properly resol

Passing document, request & resonse to other methods

2001-10-01 Thread Dave Neary
Hi all, Yet again, this may come across as a silly question, but it's kind of a question on "best practice" - is it considered acceptable to pass document & request to methods like I've done below? If it is, is it better to return an element, or append that element to document directly? Here's t