return null;
}
try
{
WebappClientConnector connector = new StrutsClientConnector(request, response, form, getServlet());
connector.setLogger(log);
KeelResponse kres = connector.execute();
/* Now determine what the appropriate ActionForward to return is */
/*
* If we have an output called "forward", we use this name as the
* forward. If not, we use the default
*/
return mapping.findForward(connector.getForward(kres));
}
catch (Exception ee)
{
if (ee instanceof SecurityException || ee instanceof PermissionException)
{