Hello, I'm using wicket 6 I have a page with 2 forms: form1 and form2. Form2 is an input form. After I provide input values for the Form2 and submit, in Form1 a listView is populated with a row containing those values. After each Form2 submit, Form2 is made invisible.
Now one field in a line from Form1 can be editable. When changed to a certain value and that value submitted, Form2 should be made visible again. The problem is that Form2 is made visible with that edited lines values already present, but it should always appear as an input form with empty input fields. Could you please indicate a solution? Thank you -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/empty-form-input-after-submit-tp4675240.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
