Re: [Wicket-user] Normalizing phone numbers with a Converter

2006-09-07 Thread Johan Compagner
Can you debug to see if the model that holds the number is getting the new objecteven if a validation error is thrown?Because that shouldn't happen. But it seems like it happens at your case becauseif you say that the object after the bad submit is converted then it has to come from the model

Re: [Wicket-user] Normalizing phone numbers with a Converter

2006-09-07 Thread Stefan Arentz
I will create a simple and isolated test case and debug that. S. On 9/7/06, Johan Compagner [EMAIL PROTECTED] wrote: Can you debug to see if the model that holds the number is getting the new object even if a validation error is thrown? Because that shouldn't happen. But it seems like it