request.setLanguage(FIPANames.ContentLanguage.FIPA_SL);
request.setOntology(DFAppletOntology.NAME);
request.setReplyWith("rw"+(new Date()).getTime());
request.setConversationId("conv"+(new Date()).getTime());
this.reqMsg = (ACLMessage)request.clone();
this.action = actionName;
this.receiver = receiver;
this.parent = (AID)parentDF;
Action act = new Action();