The default value you declare in dialog is not a default value for the component, it is the default value for the dialog. Until you have opened the dialog and hit save the component's JSP knows nothing about the default value.
If you want a default value that is valid without the dialog being saved the better option is to not use the dialog, but to specify the default value in the JSP.