[Lift] AutoComplete, but optional

2009-10-29 Thread Trav
My goal is to use auto complete for "suggested" text box values. Unfortunately, when using the AutoComplete wiget, the onsubmit function receives an empty string if a value is not selected from the drop down. Is there any way around this? tha

[Lift] Re: AutoComplete, but optional

2009-10-30 Thread Trav
jquery autocomplete functionality of selecting and formatting, however if someone didn't want to use of the the autocomplete values, they could type something different and it would be submitted normally with the form. On Oct 29, 7:10 pm, Trav wrote: > My goal is to use auto comp

[Lift] Misleading error: The Requested URL /admin/orders/new was not found on this server

2009-06-23 Thread Trav
s missing a closing td tag. Cuss this, cuss that commit and go to sleep. So something else should have caught that (like my IDE), but in the end: lift lied! -Trav --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[Lift] form element specific error messages

2009-06-25 Thread Trav
I have a form such as: and a bind: bind("newCustomer", xhtml, "firstName" -> text(XXX), "lastName" -> text(XXX), "submit" -> submit(XXX) ) If I want to require that both first and last name are required, but the form is submitted with no last name, how anyone suggest that

[Lift] Scaladocs

2010-03-04 Thread Trav
The scaladocs do not appear to be generated property on the maven generated sites: http://scala-tools.org/mvnsites/liftweb-2.0-M3/framework/project-reports.html -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to lift..

[Lift] Re: Scaladocs

2010-03-04 Thread Trav
Nevermind, I found them: http://scala-tools.org/mvnsites/liftweb-2.0-M3/framework/lift-base/lift-common/project-reports.html On Mar 4, 3:30 pm, Trav wrote: > The scaladocs do not appear to be generated property on the maven > generated > sites:http://scala-tools.org/mvnsites/liftw

[Lift] getting started feedback

2010-01-22 Thread The Trav
Ok, so I'm trying out the lift framework, went through the guide without too much trouble. Had a few points that threw me a bit. The biggest one is probably having a snippet named TD and a model named ToDo. It seems to me like it's trying to work around namespace collisions and/or potential confu

[Lift] Re: getting started feedback

2010-01-22 Thread The Trav
> greekscala wrote: > I had the same problems too. There is a free book on Lift > http://groups.google.com/group/the-lift-book this should be > able to give you a good overview. Thanks, I was downloading the book as I posted the feedback. I gave the feedback anyway as I would expect a large number

[Lift] CRUDify Date picker

2010-01-31 Thread The Trav
Hi All, I've been chasing this one for a while and found a few posts dancing around the edge, but so far I haven't seen any solid answer on it. Most MappedTypeField's have auto generated form fields, including Select elements if you override the correct method. I was hoping MappedDateTime would

[Lift] CRUDify Menus as sub menus

2010-01-31 Thread The Trav
Ok, this one is a bit of a beginner question, but here goes anyway. I've got a bunch of auto generated menus as part of my top level menu (about 2 per model element) and it's starting to look pretty cluttered. What I want to do, is have a crud menu, then a sub element for every model object, and

[Lift] Re: CRUDify Menus as sub menus

2010-01-31 Thread The Trav
> I'm not sure what you're asking. > You want a List and Create submenu under each model without duplicate code? Current menu tree is: + Home + Create Foo + List Foo + Create Bar + List Bar + Create Ork + List Ork + Some Business + Other Business What I want is: +Home - Crud - Foo +