keith <[EMAIL PROTECTED]> writes:

>I love the idea of MVC, but I can't figure out how to put the choice of 
>navigation/layout into the hands of the vm screen builder.  In other 
>words, if my vm designer had the page:

>screens/x.vm:
>------------------
><b>HelloWorld</b>
>------------------

>Is there any way he could specify inside the screen what 
>navigation/layout files to use?  We have a number of both navigations 
>and layouts we want to use; the only way I can see this happening right 
>now is by storing each screen in the database, creating an online 
>editing tool, and forcing our screen developer to toggle the desired 
>areas using htmlforms... this sounds like extra work - is there a better 
>way?

$data.setLayoutTemplate("MyFancyLayout.vm") on your screen template.

Navigation is then references from the layout template.

        Regards
                Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

Java, perl, Solaris, Linux, xSP Consulting, Web Services 
freelance consultant -- Jakarta Turbine Development  -- hero for hire

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to