[Lift] QueryParams and joins

2010-01-04 Thread Mads Hartmann
Hello, I'm having a problem and I'm sure it's an easy fix for someone with a bit more experience I have 3 model classes: tag, user, tweet and a join class TagUser. A tag has a list of users. If i want all of the users in a tag i use the following code (which works): def users =

Re: [Lift] QueryParams and joins

2010-01-04 Thread David Pollak
On Mon, Jan 4, 2010 at 3:24 PM, Mads Hartmann mads...@gmail.com wrote: Hello, I'm having a problem and I'm sure it's an easy fix for someone with a bit more experience I have 3 model classes: tag, user, tweet and a join class TagUser. A tag has a list of users. If i want all of the users