Hi all,

I need so share a list of strings between some objects during a session; Within 
the session, the list of strings will be deleted based on specific requests.

Currently, I store them in the page but the disadvantage of this approach is 
that I have to delegate the list to each sub(sub)component.

Would it be good practice to store this directly in the wicket session? How to 
do this?

A second approach would be to store it in the user object and inject this 
object in the individual components.

Could you give me a recommendation?

Thanks, Chris


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to