[Lift] Re: View List content

2009-11-03 Thread wapgui
Hi Tim, I think you mean jGit, eGit is the eclipse plugin wrapper for jGit. But I only knew eGit till now, so it was not in focus. The way to get the information is quite equal via InputStreamReader. I will try it out. But the problem means to be the same. How can I display a list with strings?

[Lift] Re: View List content

2009-11-03 Thread Thiébaut Champenier
Hi Torsten, In your html, you have to use list:item/ according to how you bind:  def list(xhtml:NodeSeq):NodeSeq = {    elem.flatMap(file = bind(list, xhtml, item - pfile/p))  } plift:HelloWorld.howdy //p lift:HelloWorld.list   item / /lift:HelloWorld.list

[Lift] Re: View List content

2009-11-03 Thread wapgui
Thanks, that made it. On 3 Nov., 10:34, Thiébaut Champenier tchampen...@gmail.com wrote: Hi Torsten, In your html, you have to use list:item/ according to how you bind:  def list(xhtml:NodeSeq):NodeSeq = {    elem.flatMap(file = bind(list, xhtml, item - pfile/p))  }

[Lift] Re: View List content

2009-11-02 Thread Timothy Perrett
Any reason your not using eGit? Seems like it would be a lot better to make a scala wrapper around that rather than use exec. Cheers, Tim Sent from my iPhone On 2 Nov 2009, at 21:58, wapgui torsten.schm...@wapgui.com wrote: Hi, I'm playing a littlebit with Lift and git and the following