on 10/18/2000 9:53 AM, "Nissim Karpenstein" <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> I used to work with cold fusion (which sucks big time), and it has a really
> cool feature which I think we could integrate into Turbine.  You can turn on
> debugging, and every page that the Cold Fusion server generates, it will
> append all of the parameters, and session variables, and http headers to the
> end of the generated html.  It's very helpful, because you can see the data
> that the server had right on the page you're testing.
> 
> I think we could add it into the Turbine servlet right before we output the
> page, we can generate the debug information, and append it to the body if
> some debugging parameter in TR.props is set to true.
> 
> Does this sound like a good idea?
> 
> -Nissim

It is a good idea. Your implementation of it is poor though. :-)

This is the point of Turbine...simply create a "DebugFooter" navigation that
you add to your layout that appends whatever you want.

Key words: No need to modify the Turbine servlet at all.

I will say it again...any time you think you need to modify or extend the
Turbine servlet, I can pretty much give you a reason for why you won't need
to.

-jon

-- 
http://scarab.tigris.org/    | http://noodle.tigris.org/
http://java.apache.org/      | http://java.apache.org/turbine/
http://www.working-dogs.com/ | http://jakarta.apache.org/velocity/
http://www.collab.net/       | http://www.sourcexchange.com/



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to