[Lift] Re: Lift-Wizard Fields incompatible with lift-record fields

2010-01-19 Thread Tim Maxwell
Thanks for the update. Good luck with all the personal stuff. If I
decide to go the route of integrating I will report back on any
progress I make.

Cheers,
Tim

On Jan 19, 1:13 pm, David Pollak 
wrote:
> On Tue, Jan 19, 2010 at 11:06 AM, Tim Maxwell  wrote:
> > net.liftweb.record.field.EmailField
>
> The record stuff is not yet integrated into the Screen/Wizard stuff.  I'm
> likely to be the person to do that work and I'm massively behind due to a
> bunch of personal stuff.  I doubt any of the Record stuff will be integrated
> in the next month.
>
>
>
>
>
>
>
> > Am I wrong about these fields being what the UI layer uses to generate
> > forms?
>
> > On Jan 19, 1:02 pm, David Pollak 
> > wrote:
> > > On Tue, Jan 19, 2010 at 10:56 AM, Tim Maxwell 
> > wrote:
> > > > The lift-wizard and lift-record packages both have Field traits that
> > > > appear to do very similar things, with the end result being that the
> > > > lift-wizard currently can't use the existing EmailField,
> > > > PasswordField, UploadField traits.
>
> > > What EmailField?
>
> > > > Will these types be unified at some point? Will we be able to use the
> > > > existing Field types or should we start writing our own?
>
> > > > Sorry for the repost, my original title was not very descriptive.
>
> > > > Cheers,
> > > > Tim
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Lift" group.
> > > > To post to this group, send email to lift...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > liftweb+unsubscr...@googlegroups.com > > >  >
> >  > s.com>>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/liftweb?hl=en.
>
> > > --
> > > Lift, the simply functional web frameworkhttp://liftweb.net
> > > Beginning Scalahttp://www.apress.com/book/view/1430219890
> > > Follow me:http://twitter.com/dpp
> > > Surf the harmonics
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Lift" group.
> > To post to this group, send email to lift...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > liftweb+unsubscr...@googlegroups.com > >
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/liftweb?hl=en.
>
> --
> Lift, the simply functional web frameworkhttp://liftweb.net
> Beginning Scalahttp://www.apress.com/book/view/1430219890
> Follow me:http://twitter.com/dpp
> Surf the harmonics
-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




Re: [Lift] Re: Lift-Wizard Fields incompatible with lift-record fields

2010-01-19 Thread David Pollak
On Tue, Jan 19, 2010 at 11:06 AM, Tim Maxwell  wrote:

> net.liftweb.record.field.EmailField
>

The record stuff is not yet integrated into the Screen/Wizard stuff.  I'm
likely to be the person to do that work and I'm massively behind due to a
bunch of personal stuff.  I doubt any of the Record stuff will be integrated
in the next month.


>
> Am I wrong about these fields being what the UI layer uses to generate
> forms?
>
> On Jan 19, 1:02 pm, David Pollak 
> wrote:
> > On Tue, Jan 19, 2010 at 10:56 AM, Tim Maxwell 
> wrote:
> > > The lift-wizard and lift-record packages both have Field traits that
> > > appear to do very similar things, with the end result being that the
> > > lift-wizard currently can't use the existing EmailField,
> > > PasswordField, UploadField traits.
> >
> > What EmailField?
> >
> >
> >
> >
> >
> >
> >
> > > Will these types be unified at some point? Will we be able to use the
> > > existing Field types or should we start writing our own?
> >
> > > Sorry for the repost, my original title was not very descriptive.
> >
> > > Cheers,
> > > Tim
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Lift" group.
> > > To post to this group, send email to lift...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > liftweb+unsubscr...@googlegroups.com
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/liftweb?hl=en.
> >
> > --
> > Lift, the simply functional web frameworkhttp://liftweb.net
> > Beginning Scalahttp://www.apress.com/book/view/1430219890
> > Follow me:http://twitter.com/dpp
> > Surf the harmonics
>
> --
> You received this message because you are subscribed to the Google Groups
> "Lift" group.
> To post to this group, send email to lift...@googlegroups.com.
> To unsubscribe from this group, send email to
> liftweb+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>
>
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics
-- 

You received this message because you are subscribed to the Google Groups "Lift" group.

To post to this group, send email to lift...@googlegroups.com.

To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.



[Lift] Re: Lift-Wizard Fields incompatible with lift-record fields

2010-01-19 Thread Tim Maxwell
net.liftweb.record.field.EmailField

Am I wrong about these fields being what the UI layer uses to generate
forms?

On Jan 19, 1:02 pm, David Pollak 
wrote:
> On Tue, Jan 19, 2010 at 10:56 AM, Tim Maxwell  wrote:
> > The lift-wizard and lift-record packages both have Field traits that
> > appear to do very similar things, with the end result being that the
> > lift-wizard currently can't use the existing EmailField,
> > PasswordField, UploadField traits.
>
> What EmailField?
>
>
>
>
>
>
>
> > Will these types be unified at some point? Will we be able to use the
> > existing Field types or should we start writing our own?
>
> > Sorry for the repost, my original title was not very descriptive.
>
> > Cheers,
> > Tim
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Lift" group.
> > To post to this group, send email to lift...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > liftweb+unsubscr...@googlegroups.com > >
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/liftweb?hl=en.
>
> --
> Lift, the simply functional web frameworkhttp://liftweb.net
> Beginning Scalahttp://www.apress.com/book/view/1430219890
> Follow me:http://twitter.com/dpp
> Surf the harmonics
-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.