Jeremy, I meant to ask about both the points that you have mentioned in your
reply message:

(i.e) Two wicket apps in two JVMs. How do we accomplish the following?

- transfer state from first app to second app when clicking a link in the
first app
- access state in the first app from second app
- preserve/expire state in the first app when moving to second app.

Moreover, how do we accomplish the above three for two wicket apps in the
same JVM?

And also does wicket provide any extension points to have the state saved in
the client side?

-------------------------------------------------------------------------------------------

I'm not sure exactly what you're asking.  Is it one of the following?

- I have two apps in two JVMs - how do I transfer state from one app to the
second when clicking a link from one to the other?
- I have two apps in two JVMs - how do I expire state in the first when
moving to the second?

-- 
Jeremy Thomerson
http://www.wickettraining.com

-- 
View this message in context: 
http://www.nabble.com/Wicket---Session-Management-tp22288083p22325909.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to