> That is not the same, since you don't only have the AND operator at hand.
>
> def books = Book.findAllByPublisheddateBetween(lastyear, today)

You do realize that what you are asking is not possible given that impl
language is Java (for Tapestry based projects)?

So DAO's your friend. If you like GORM write a generator that will pre-generate
most of those nifty dynamic methods GORM has with your DAO.

Alex.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to