It worked, That's the mistake I made.

I'll try 0.11.

Thank you very much.

On 2月22日, 午前1:34, David Pollak <[email protected]> wrote:
> Howdy,
> I think the problem is that you're mixing CRUDify into your Mapper class
> definition, rather than the MetaMapper object definition.
>
> Try:
>
> class Category extends KeyedMapper[Long,Category] {
> ...
>
> }
>
> object CategoryMeta extends Category with KeyedMetaMapper
> [Long,Category] with CRUDify[Long,Category] {
> ...
>
> }
>
> Thanks,
>
> David
>
> PS -- Please use 0.11-SNAPSHOT.  It's the release candidate and I want to
> make sure it gets as much testing as possible.

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