I have a class variable which I need to read after the Form Submit. The
problem is that a new class instance is created on each Form Submit, with
all new variables.

I can't make the var. "static" because I need it to re-create itself on
opening the page from the GUI again. The only sharing should be before/after
Form Submit. Is there a way to do this? thanks.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Same-Variable-Shared-Before-After-Form-Submit-tp4484934p4484934.html
Sent from the Users forum 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