Hi!

What is the proper way to prefill a wicket form (not poke the model
before submit!!!)?

I have used a hack:

      Field rawInputField = FormComponent.class.getDeclaredField("rawInput");
      rawInputField.setAccessible(true);
      rawInputField.set(component, description);

Is there a better way?

**
Martin

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

Reply via email to