[Lift] Re: Does memcache fit in here somewhere?

2009-01-07 Thread Ramzi BEN YAHIA
David, What is the actual status of scala.actors.remote. I mean if you want to distribute your application, do you still need to use JMS or AMQP or something like that? Thx, Ramzi On Wed, Jan 7, 2009 at 5:15 AM, David Pollak feeder.of.the.be...@gmail.com wrote: Bob, memcached is failure.

[Lift] Re: I need to show all nested menus (drop down)

2008-11-18 Thread Ramzi BEN YAHIA
-over happens (sometime this week), I'll code up some stuff in SiteMap to give you a complete menu. Thanks, David On Sat, Nov 15, 2008 at 1:36 PM, Ramzi BEN YAHIA [EMAIL PROTECTED] wrote: Hi all, The actual behavior of nested menus is that kids are only returned when their parent

[Lift] I need to show all nested menus (drop down)

2008-11-15 Thread Ramzi BEN YAHIA
Hi all, The actual behavior of nested menus is that kids are only returned when their parent is selected. I'd like to have all kids returned. If my guess is right the code that's controlling this is in sitemap.Menu: //code override def buildUpperLines(pathAt: HasKids, actual: Menu, populate:

[Lift] Re: Ajax error/notice/warning works but no class attribute is specified

2008-11-13 Thread Ramzi BEN YAHIA
]) Of course you can use this in order to specify css class names but youcan also set styles using html ID and you don;t even need to specify a class in your markup. Br's, Marius On Nov 12, 8:22 pm, Ramzi BEN YAHIA [EMAIL PROTECTED] wrote: Hi, the following for example loses the class attribute