Hi, I use CompoundPropertyModel for all the fields on the page.
form.add(new TextField<String>("url"));
If the value entered by user is empty, then the model get updated with null
value? How can I get getUrl() function to return "" instead of null.
Thanks
