}
protected WOResponse javascriptBack() {
// Return an HTML page that contains a JavaScript code to do a 'back'
WOResponse response = WOApplication.application().createResponseInContext(null);
response.appendContentString("<HTML><BODY><SCRIPT>history.go(-1);</SCRIPT><P>Please use the <B>back</B> button of your browser to go back to the Exception page.</P></BODY></HTML>");
return response;
}
public WOActionResults openInProjectBuilderAction() {