[Lift] Newbee Question: Why does MappedXXX do not generate a CSS-class/style attribute?

2009-10-26 Thread hyperion
Hello, I use the _toForm method of the MappedFields. Why do they not have a field for specifing a CSS-class by default. Ok, it is easy to override the _toForm method, but I think there may be a reason that such a field is not provided by default??? hyperion

[Lift] Re: Newbee question Datamapper

2009-10-18 Thread hyperion
...@gmail.com wrote: On Sat, Oct 17, 2009 at 2:42 AM, hyperion hyperion1...@googlemail.comwrote: I think my simple solution does not work... and the implementation of MappedPassword is not really easy to understand. I thought such classes would be nice for datatypes as Currency, Timespan etc

[Lift] Re: Newbee question Datamapper

2009-10-17 Thread hyperion
]) } class Bericht extends LongKeyedMapper[Bericht] with IdPK with OneToMany [Long, Bericht]{ override def getSingleton = Bericht object mittag extends MyMappedTimeSpan[Bericht] ... If someone found a simple solution, please tell me so :) hyperion On 16 Okt., 22:01, David Pollak feeder.of.the.be