Thanks, that's what I was looking for.

On Tue, Nov 24, 2009 at 12:40 AM, Ross Mellgren <dri...@gmail.com> wrote:

> It looks like you can override dbIncludeInForm_? to suppress fields from
> showing up in the form:
>
> ...
> object myField extends MappedString(this, 32) {
>      override def dbIncludeInForm_? = false
> }
> ...
>
> -Ross
>
> On Nov 23, 2009, at 11:38 PM, Oscar Picasso wrote:
>
> HI,
>
> I generate a form with .toForm and want some fields to not appear in the
> form.
> I have tried to subclass fieldOrder in the MetaMapper but while it controls
> the order, all the fields keep appearing in the form even if they are not in
> the list returned by the overrided fieldOrder methods.
>
> I have tried other methods but with no luck.
>
> --
> 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.
>
>
>  --
> 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<liftweb%2bunsubscr...@googlegroups.com>
> .
> 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 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.


Reply via email to