Hi ,
I am using chooseTemplate in UI.

As per condition i am able to hide and display particular template but
suppose i want to display all templates at one condition ,how can i do
that.

e.g  suppose from count game example

    case "run" if lastGuess == number =>
    xhtml => win(chooseTemplate("choose", "win", xhtml))

    case "run"  =>
    xhtml => nextGuess(chooseTemplate("choose", "guess", xhtml))

 In this ,it displays one template(win or guess) at time ,
 but i want to display both template at time for particular condition.
 how can i do this?

Thanks in advance

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to