Eric Fitzsimmons wrote:
Using AF 2 m5 Struts full source. I am trying to add a filter to a join table that will filter for an active date range.
I've not worked with JPA or with filters, so I can't offer much specific help, but I can point out that I don't think you're doing what you think you're doing. I don't see any joins in the queries you're running, so I don't understand what join you think you're filtering...
...and note that hibernate *still* does not yet support adding arbitrary clauses into outer joins: http://opensource.atlassian.com/projects/hibernate/browse/HHH-16
-Dale --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
