Hello all,
I have a page that has a variable called configurationName (private String
configurationName;)
I set it using a DropDown component:
DropDownChoice namesSelect =
new DropDownChoice("confNames", new PropertyModel(this,
"configurationName"),
configurationNames);
The problem is that when I reload the page (press F5 for example), the field
is set back to null.
What is the best way of keeping (remembering) the field?
(is it using Parameters or something else).
thanks
--
Eyal Golan
[EMAIL PROTECTED]
Visit: http://jvdrums.sourceforge.net/