attributes = okButton.getAttributes();
attributes.put(ATTR_ACTION_ONCLICK, "writeIntoField2(this);");
attributes.put(TobagoConstants.ATTR_POPUP_CLOSE, "afterSubmit");
// okButton.setActionListener(datePickerController);
UICommand cancelButton = (UICommand) popup.findComponent(UIDatePicker.CLOSE_POPUP);
attributes = cancelButton.getAttributes();
attributes.put(ATTR_ACTION_ONCLICK, "writeIntoField2(this);");
attributes.put(TobagoConstants.ATTR_POPUP_CLOSE, "immediate");
//cancelButton.setActionListener(datePickerController);