Another issue for the template framework.
We have removed the ability for the Screen to set the layout if one chooses
to use the "template" keyword. Of course one can still use the "screen"
keyword to specify the Screen and thereby gain access to the getLayout()
method, but I would like to make it available in either case.
There are several possibilties for this, here is one I like.
1. The Page always calls Screen.getLayout(). The default Screen
implementation (e.g. WebMacroSiteScreen) sets the layout to the default
Layout module (e.g. WebMacroSiteLayout). WebMacroSiteLayout then proceeds
based on the layout template found by the template service for the current
screen.
Developers can then easily override this behavior in their Screens if it is
not appropriate.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]