09-17-2008 05:31 PM
protected String finishImpl(FacesContext context, String outcome) throws Exception
{
ExternalContext externalContext = context.getExternalContext();
HttpServletResponse response = (HttpServletResponse)externalContext.getResponse();
try {
response.sendRedirect("<web_script_url_is_here>");
} catch (Exception e) {
}
// return the default outcome
return outcome;
}
09-18-2008 04:16 AM
09-18-2008 08:59 AM
09-26-2008 02:40 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.