[Lift] Re: multiple forms on a page.

2010-01-06 Thread daiwhea
Thanks David. Here is my repository: git://github.com/daiwhea/MapperBBS.git In fact, I want to share this simple demo project for the newbies like myself when the project completed. On Jan 6, 11:42 am, David Pollak feeder.of.the.be...@gmail.com wrote: The easiest thing to do is for you to post

Re: [Lift] Re: multiple forms on a page.

2010-01-06 Thread David Pollak
On Wed, Jan 6, 2010 at 12:13 AM, daiwhea daiw...@gmail.com wrote: Thanks David. Here is my repository: git://github.com/daiwhea/MapperBBS.git In fact, I want to share this simple demo project for the newbies like myself when the project completed. Thanks. I've committed fixes to

[Lift] Re: multiple forms on a page.

2010-01-06 Thread daiwhea
Thanks David. It works as wished now. ^_^ On Jan 7, 1:51 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Wed, Jan 6, 2010 at 12:13 AM, daiwhea daiw...@gmail.com wrote: Thanks David. Here is my repository: git://github.com/daiwhea/MapperBBS.git In fact, I want to share this

[Lift] Re: multiple forms on a page.

2010-01-05 Thread daiwhea
Thanks David. But this seems not work as wished. It will meet some error: [INFO] Compiling 1 source files to /home/daiwhea/myworks/java/ liftonscala/MapperBBS/target/classes /home/daiwhea/myworks/java/liftonscala/MapperBBS/src/main/scala/com/ vapee/main/snippet/GuestBook.scala:60: error: forward

Re: [Lift] Re: multiple forms on a page.

2010-01-05 Thread Naftoli Gugenheim
Just move var localNote ... to before def doReply() ... - daiwheadaiw...@gmail.com wrote: Thanks David. But this seems not work as wished. It will meet some error: [INFO] Compiling 1 source files to /home/daiwhea/myworks/java/

[Lift] Re: multiple forms on a page.

2010-01-05 Thread daiwhea
On Jan 5, 10:18 pm, Naftoli Gugenheim naftoli...@gmail.com wrote: Just move var localNote ... to before def doReply() ... - Thanks Naftoli. It does save a reply to the db after I move var localNote to before def doReply(). But It will only save reply to the

Re: [Lift] Re: multiple forms on a page.

2010-01-05 Thread David Pollak
The easiest thing to do is for you to post your project as a complete runnable whole to GitHub (just make a public repository). I'll clone the repository, fix the issue and you'll see the diff and have a running project. Sound good? On Tue, Jan 5, 2010 at 6:32 PM, daiwhea daiw...@gmail.com