[Lift] Re: Lift and Flex

2009-02-01 Thread Joachim A.
I'm working on a Flex / Lift application. Basically it's Lift-Comet-Flex/Flash. The communication between the comet and Flex is done using the FABridge Flex-Javascript bridge. This way I don't have to use another serer side software and can stay with pure Lift on the server side (and get a

[Lift] Re: Suggested breaking changes for XMLApiHelper

2009-02-01 Thread Tim Perrett
Chas, What your talking about is object serilization - the helpers we both currently have, and the ones I plan to rebuild do not care about the output XML - it's more abstract than that (collections of implicit conversions etc) IMO - what your talking about is object serilization. There

[Lift] Re: submit and redirect

2009-02-01 Thread Sergey Andreev
Derek, I was commenting out everything from my snippet and template but still the state was lossing between after redirect. And then i decided to change the name of the template from index.html to add.html (any other name) and it magically worked. Looks like a bug to me. Will investigate the

[Lift] Re: submit and redirect

2009-02-01 Thread Sergey Andreev
The problem has nothing to do with templates names. I was writting lift:showMarket.show.../lift:showMarket.show Capitalizing the first letter in the snippet's name (lift:ShowMarket.show) solved the problem. Anyway looks like a bug =) Regards, Sergey On Sun, Feb 1, 2009 at 7:09 PM, Sergey

[Lift] First steps: forms tutorial

2009-02-01 Thread ildella
Hi everyone. I am starting this days to play with lift. I am a java developer and I like to use wicket as web framework. I would like to try something new so here I am, and I have problems that maybe you can help. I am trying to make the forms tutorial examples to work but I am blocked by some

[Lift] Re: Suggested breaking changes for XMLApiHelper

2009-02-01 Thread Tim Perrett
Hmmm. Looks like I'll have to learn more about this WADL. Both WADL and WSDL2 can describe REST services. The latter is some time away, and WADL, whilst young, is here right now: https://wadl.dev.java.net/ I was approaching it from the XSLT side. Should've thought about the web service

[Lift] Re: Menus with Submenus - can I have a top level menu as container only?

2009-02-01 Thread Dano
More information on the issue. My goal is to actually turn the 'vertical' menu stack into a more horizontal menu which I can put at the top of the page. An example which illustrates what I am trying to emulate can be seen at http://www.javascriptkit.com/script/script2/csstopmenu.shtml. It has