Trying to get a DRY design for my site which is widgetisd having loads of widgets in various areas of the screen. Clearly I will want to use the actionStack helper to queue the action controller requests to add the widgets. 1.5 is great.

To keep things DRY I want to create a class that does all the administers the widgets to add to a page and at postDispatch to call ActionStack to push the widgets onto stack.
Question how do I call actionStack from this seperate class? This might just be an objects lesson but I'm not quite there yet with OOP.
