Using Ajax Login Popup"

From Documentation
m
Line 1: Line 1:
 
{{ZKSpringEssentialsPageHeader}}
 
{{ZKSpringEssentialsPageHeader}}
{{ZKSpringEssentialsHeadingToc}}
+
 
 
===Purpose===
 
===Purpose===
 
Display a custom Ajax login popup page
 
Display a custom Ajax login popup page

Revision as of 08:16, 23 February 2011


Purpose

Display a custom Ajax login popup page

Example

We will build upon the same example introduced in the previous section and add a custom login page that can be used for Ajax login popup of ZK Spring Security. In that example we secured ZK component events which in turn causes ZK Spring Security to display Ajax login popup for users to logon to the application. By default this Ajax login popup uses Spring Security's default login page to be displayed in ZK's hilighted window component. In this example we will demonstrate how developers can define and configure a custom login page to be displayed as a login popup instead of default login page. lets take a look at the result of this example first and then we will describe the details.

Configuration

Version History

Last Update : 2011/02/23


Version Date Content
     


Last Update : 2011/02/23

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