Forward and Redirect"

From Documentation
(Created page with '{{ZKDevelopersReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   |   |} {{ZKDeveloper…')
 
Line 1: Line 1:
 
{{ZKDevelopersReferencePageHeader}}
 
{{ZKDevelopersReferencePageHeader}}
  
 +
A Web application's jumping from one URL to another is usually caused by user's clicking on a hyperlink, such as clicking on a [[ZK Component Reference/Essential Components/Button|button]], [[ZK Component Reference/Essential Components/Toolbarbutton|toolbarbutton]], [[ZK Component Reference/Essential Components/Menu/Menuitem|menuitem]] and [[ZK Component Reference/Essential Components/A|a]] that is associated with the <tt>href</tt> attribute. It is done at the client without Java code.
 +
 +
However, you could control it at the server (in Java) too.
 +
 +
=Redirect to Another URL=
 +
 +
=Forward to Another URL=
 
=Version History=
 
=Version History=
 
{{LastUpdated}}
 
{{LastUpdated}}

Revision as of 11:33, 19 November 2010


Forward and Redirect


A Web application's jumping from one URL to another is usually caused by user's clicking on a hyperlink, such as clicking on a button, toolbarbutton, menuitem and a that is associated with the href attribute. It is done at the client without Java code.

However, you could control it at the server (in Java) too.

Redirect to Another URL

Forward to Another URL

Version History

Last Update : 2010/11/19


Version Date Content
     



Last Update : 2010/11/19

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.