Closed davidB closed 2 months ago
Imported from Assembla: http://www.assembla.com/spaces/liftweb/tickets/676
This issue / PR is being closed because the Lift community has decided to decomission the Lift Persistence group of libraries including Mapper, Record, et al. We encourage folks to check out using some alternatives for their persistence needs. In particular the following libraries may be of interest:
There are likely others, as well! Please feel free to reach out on the Lift Mailing List if you have any questions or concerns.
Html5 introduce new attributes for input tag and allow client side form validations.
Currently I hacked lift-record source like following (But a more general solution will be better)
(full source at
And I override localForm method into User( extends MetaMegaProtoUser ) :
And to allow isHtml5 to return true I add into Boot.boot (lift:Html5 tag set the DocType too late):