>>>>> "Aaron" == Aaron Held <[EMAIL PROTECTED]> writes:

    Aaron> You can also stick it in __init__ so it does not slow down
    Aaron> webware start.

    Aaron> Templates are not threaded, so you may have two sevlets
    Aaron> assinging data to the the same template.  (This can be a
    Aaron> dangeous security hole)

Ah, good point. Not just security either, but a really gleeful source
of intermitted bugs 'n corruption generally. 

Another thing I'm doing now instead of using Webware's actions is to
manually check and handle a parameter within my servlet. The problem
that I ran into was that while using the actions was handy, it added
things I didn't want. Essentially, the handleAction method is called
instead of writeHTML(), but really replaces writeContent(), and still
wraps preAction() and postAction() around that, with extra HTML and so
on. Since I'm using a template for all of that, it's extra cruft I
didn't want.


       Thanks
       Tim


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to