If you do something like 'return new
DirectActionClass(request()).someAction();’ in your direct action method it can
cause this.
On 6 Dec 2013, at 3:59 pm, Chuck Hill wrote:
> Try logging out a stack trace in Application.restoreSessionWithID(). You
> must be doing something, this is not an
Happy to help! Sometimes it pays to be a dinosaur :)
Ken
> On Dec 11, 2013, at 12:05 PM, Alexis Tual wrote:
>
> Many thanks Ken, that was it !
> I've added all back-pointing relationships (no need to generate attributes
> for them) and prefetch works, even on the parent entity (A in my exampl
Many thanks Ken, that was it !
I've added all back-pointing relationships (no need to generate attributes
for them) and prefetch works, even on the parent entity (A in my example),
that's a great improvement !
Cheers,
Alex
2013/12/9 Alexis Tual
> Yes it's referencing A in my example. Do I hav