From: Wm M. <mu...@ho...> - 2004-05-25 16:52:41
|
Hello, Just curious about a design concept. If you have multiple WMServlet, that all have template that include another common template (like a banner or header) : #include as template "someBanner.wm Which has some fields that need to be set. Obviously, you do not want to include the "context.put(..)" in each and every servlet. Nor would you want to extend a "SomeBanner" WMServlet. What is the best way to have only one instance of code that will populate the fields in this one common template? |