Guten Tag Martin Grigorov, am Donnerstag, 5. März 2015 um 08:47 schrieben Sie:
> You can call formComponent#clearInput() in #onError() callback method. > This way Wicket will use the last (valid) model value. This way I would loose the current input of the user? > You can also set custom model value in #onError() if you need. My model needs to be a list of unique IDs, I can't change that to a list of non unique company names. Looks like I would need something simple like overriding FormComponent.getValue, which is final... Who does call this method during the render process? I couldn't find the place, maybe I can hook the caller. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: [email protected] AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...........05151- 9468- 55 Fax...............05151- 9468- 88 Mobil..............0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
