Hi all,
I'm working with Spring MVC and greybox (popup window) to popup a login form.
But still i couldn't get this working.
In my home.jsp i have defined the following as stated in the greybox tutorial.
and in the same
jsp i have the login link like this:
when i start this application and click on login link the login.jsp is shown as a new page, not as a greybox popup. I guess greybox doesnt get called to show the requested page. Am i doing sumthg wrong here? Can anyone please help me to get this working???
Thanks in advance.