Lift Web Framework

Lift evaluates the <lift:xxx/> tags from the outside in, otherwise knows as lazy evaluation. This means that the following code will only embed a single template:

<lift:TestCond.loggedout>
  <lift:embed what="/templates/_login_panel"/>
</lift:TestCond.loggedout>

<lift:TestCond.loggedin>
  <lift:embed what="/templates/_welcome_message"/>
</lift:TestCond.loggedin>
Depending on if the user is logged in.

This also means that a snippet may return XML that contains other snippet tags.


Lift is Copyright 2007-2010 WorldWide Conferencing, LLC. Distributed under an Apache 2.0 License.
Lift version 2.3 built on Tue Apr 05 13:24:00 PDT 2011.
Stats: Total Memory: 510,197,760 Free Memory: 459,654,456 Open Sessions: 98
Updated At: Wed May 16 20:29:15 PDT 2012 Started At: Mon Mar 26 20:25:42 PDT 2012