My experience is that null values a nice to use. What if you have a optional email field? When the user starts to write something the email validation kicks in. I think a lot of wickets validators uses Null in that case. And I have used that i JSP/Struts programming to. I think its better to handle the null values when you later use the model to do something.
Jens Alenius -- View this message in context: http://www.nabble.com/how-to-avoid-value-set-to-null-if-value-of-textfield-gets-deleted-tp22198221p22198642.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
