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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to