This is a disturbingly newbie question, but I’ve traced the code and can’t figure it out.
Simple case: I have a bean with some text values, any of which can be null.
When I bind it to a Form using BeanItem, then the word “null” shows up in all the text fields.
I’ve looked through to see where something like String.valueOf(someObject) might be being called, but every place I look in both my and the Vaadin source code, null is checked for.
So, can someone tell me where the String “null” is substituted for null String values in my bean?
Thanks, and my apologies for such a simple question.
Best,
Laird