Re: [Lift] CRUDify Customized Access Control Issues

2010-02-09 Thread Robert Thurnher
On 9 February 2010 20:11, Jeppe Nejsum Madsen wrote: > Robert Thurnher writes: > >> On 9 February 2010 16:04, Jeppe Nejsum Madsen wrote: > > [...] > > I suggest you upgrade to 2.0-SNAPSHOT (or M1}, much improved :-) Am definitely going to give that a spin (wanted to get

Re: [Lift] CRUDify Customized Access Control Issues

2010-02-09 Thread Jeppe Nejsum Madsen
Robert Thurnher writes: > On 9 February 2010 16:04, Jeppe Nejsum Madsen wrote: [...] I suggest you upgrade to 2.0-SNAPSHOT (or M1}, much improved :-) >>> >>> Am definitely going to give that a spin (wanted to get a better feel >>> of Lift in general before it). >>> BTW, how "

Re: [Lift] CRUDify Customized Access Control Issues

2010-02-09 Thread Robert Thurnher
On 9 February 2010 16:04, Jeppe Nejsum Madsen wrote: >>> >>> [...] >>> >>> I suggest you upgrade to 2.0-SNAPSHOT (or M1}, much improved :-) >> >> Am definitely going to give that a spin (wanted to get a better feel >> of Lift in general before it). >> BTW, how "safe" is it to use M* resp. SNAPSHOT

Re: [Lift] CRUDify Customized Access Control Issues

2010-02-09 Thread Jeppe Nejsum Madsen
On Tue, Feb 9, 2010 at 2:51 PM, Robert Thurnher wrote: > On 9 February 2010 13:46, Jeppe Nejsum Madsen wrote: >> Robert Thurnher writes: >> >>> >>> [...] >>> >>> Currently, I'm having some issues w/ getting customized page access >>> control of CRUDified models to work properly. Unfortunately, I

Re: [Lift] CRUDify Customized Access Control Issues

2010-02-09 Thread Robert Thurnher
On 9 February 2010 13:46, Jeppe Nejsum Madsen wrote: > Robert Thurnher writes: > >> >> [...] >> >> Currently, I'm having some issues w/ getting customized page access >> control of CRUDified models to work properly. Unfortunately, I wasn't >> able to figure them out solely by reading documentatio

Re: [Lift] CRUDify Customized Access Control Issues

2010-02-09 Thread Jeppe Nejsum Madsen
Robert Thurnher writes: > Dear list, > > I'm pretty new to Lift (went thru the "getting started" tutorial, > checked out the book plus its sample app, dived into Lift's source a > little and am by now tinkering w/ coding up some rather simple first > apps for further learning etc.). > So, first o

[Lift] CRUDify Customized Access Control Issues

2010-02-09 Thread Robert Thurnher
Dear list, I'm pretty new to Lift (went thru the "getting started" tutorial, checked out the book plus its sample app, dived into Lift's source a little and am by now tinkering w/ coding up some rather simple first apps for further learning etc.). So, first of all, I'd like to thank you for this g

Re: [Lift] CRUDify Date picker

2010-02-01 Thread Jeppe Nejsum Madsen
The Trav writes: > 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. > >

Re: [Lift] CRUDify Menus as sub menus

2010-01-31 Thread Naftoli Gugenheim
I'm not sure what you're asking. You want a List and Create submenu under each model without duplicate code? - The Trav wrote: 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

[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] 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 view pages not working correctly

2009-11-02 Thread Jim McBeath
I have recently started using Lift (1.1-M6) to create a simple data editing application. I have a small table with a char(1) key column (on which I set dbDisplay_? to true) and a name column for which I created mapper code following the sample in the Exploring Lift book. When my app displays the

[Lift] CRUDify trait in 1.1-SNAPSHOT

2009-09-09 Thread XiaomingZheng
when i knew the 1.1 M5 has been published, i updated the pom.xml of my liftapp project and recomplie it. And i got an error about CRUDify: self-type com.thesamegoal.simpleforum.model.Forum does not conform to net.liftweb.mapper.CRUDify [Long,com.thesamegoal.simpleforum.model.Forum]'s selftype net.

[Lift] CRUDify trait in 1.1-SNAPSHOT

2009-09-09 Thread XiaomingZheng
when i knew the 1.1 M5 has been published, i updated the pom.xml of my liftapp project and recomplie it. And i got an error about CRUDify: self-type com.thesamegoal.simpleforum.model.Forum does not conform to net.liftweb.mapper.CRUDify [Long,com.thesamegoal.simpleforum.model.Forum]'s selftype net.

[Lift] CRUDify

2009-09-01 Thread Randinn
Here are a couple of good posts on seting up CRUDify, I thought initiates like myself might benefit. http://neuralmonkey.blogspot.com/search/label/lift --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" grou

[Lift] CRUDify and hidden fields?

2009-04-21 Thread Franz Bettag
Hey there, is there any way to hide fields (createdOn/createdBy...) from CRUDify? I was digging through the code since google didn't turn up anything useful for this topic, but i didn't find anything (may be the lack of my scala skill). best regards -franz --~--~-~--~~