* @see de.iritgo.aktera.clients.webapp.WebappClientConnector#execute(de.iritgo.aktera.clients.webapp.WebappRequest,
* de.iritgo.aktera.clients.webapp.WebappResponse, java.lang.String)
*/
public KeelResponse execute() throws ClientException, ModelException
{
WebappRequest wreq = new DefaultWebappRequest(hreq);
WebappResponse wres = new DefaultWebappResponse(hres);
String model = hreq.getParameter("model");
KeelResponse kres = super.execute(wreq, wres, model);
model = (String) kres.getAttribute("model");