Fix for issue 3596 (Control Panel : data fields should be reset when opening again New Base DN window )
Only the base DN field is reset with the fix. In my opinion there are chances that the other fields can be reused. All the fields that are not unique to the object that will be created must be kept according to the Sun UI guidelines.
| | |
| | | ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS, |
| | | progressDialog); |
| | | progressDialog.setVisible(true); |
| | | baseDN.setText(""); |
| | | baseDN.grabFocus(); |
| | | Utilities.getParentDialog(this).setVisible(false); |
| | | } |
| | | } |