Then what's the best way to remove this field from the toForm()
generation?

I override fieldOrder:

object User extends User with KeyedMetaMapper[Long, User] {
  // define the order fields will appear in forms and output
  override def fieldOrder = id :: name :: firstName :: lastName ::
email ::     password :: Nil
}

but superUser is still there in the form.


> Because of limitations in Scala, it's not currently possible to change an
> inner object in ProtoUser or other proto stuff.  Sorry.

-- 
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.

Reply via email to