Revision history [back]

click to hide/show revision 1
initial version

asked 2013-12-04 12:06:39 +0800

UmaSathya gravatar image UmaSathya

The server is temporarily out of service. (syntax error (SyntaxError))

Hi

I'm using the following code to redirect to another page on a button click. Once the button is clicked the events were processed, but on redirection its showing the following error

The server is temporarily out of service. Would you like to try again?

(syntax error (SyntaxError))

The server is temporarily out of service. (syntax error (SyntaxError))

Hi

I'm using the following code to redirect to another page on a button click. Once the button is clicked the events were processed, but on redirection its showing the following error

The server is temporarily out of service. Would you like to try again?

(syntax error (SyntaxError))

Execution exec = Executions.getCurrent();
HttpServletResponse response = HttpServletResponse)exec.getNativeResponse();
response.sendRedirect(response.encodeRedirectURL("test.zul"));
exec.setVoided(true);
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More