<html><body> Stuff here <div class="lift:ChooseBehavior">Different behavior will go here</div> </body></html>
object ChooseBehavior {
def render = someState match {
case ShowData => <lift:embed what="_showData" />
case EditData => <lift:embed what="_editData" />
case AjaxThing => <lift:embed what="_ajaxThing" />
}
}
(C) 2012 David Pollak