I think you could use plain Record and MetaRecord to do this. -Ross
On Mar 9, 2010, at 9:27 AM, Jeppe Nejsum Madsen wrote: > On Tue, Mar 9, 2010 at 3:17 PM, Francois <[email protected]> wrote: >> Le 09/03/2010 10:12, Francois a écrit : >>> >>> Hello guys, >>> >>> >>> I'm often using forms without anything to do persistence and RDBMS >>> related, but I would like to be able to use Fields (StringField, >>> EmailField, my owns, etc), validation, error management, etc. without >>> having everything to manage by hand. >> >> >> After searching more carefully on the mailing list archive, it seems that >> what I'm looking for is something like a mix of one-page wizard with >> Record/Mapper fields integration (or fields that are currently in >> Record/Mapper/Wizard may live in there own package and only manage the >> domain/client part ?) >> >> Relevant threads: >> - http://old.nabble.com/Multipage-wizards-td26504293.html (especially Jeppe >> answer) >> - >> http://old.nabble.com/Lift-Wizard-Fields-incompatible-with-lift-record-fields-tc27230782.html >> >> >> So, I'm going to see how wizards are working, > > Cool, let me know how it works. As you noted, I basically have the > same needs, but haven't started to look into this yet :-) > > I saw the Lift example now includes a one page form (based on > wizards): http://demo.liftweb.net/simple_screen > > /Jeppe > > -- > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
