What's the stack trace for this call?
Sven
On 03/22/2014 06:48 AM, Edgar Merino wrote:
Hello, I've got an AbstractResourceStream implementation that uses a
LoadableDetachableModel to get some information it needs to generate
an InputStream in AbstractResourceStream#getInputStream(). However,
I've noticed that this is called after the request cycle has been
detached; this causes the model to call LoadableDetachabelModel#load()
twice.
What is the recommended way to do this without the double call to load()?
Thanks in advance.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]