Can you post some code - I know what you want to do but without seeing exactly what you have already its difficult to advise on the best route.
Cheers, Tim On May 14, 6:42 am, pravin <[email protected]> wrote: > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
