At the last day of the conference, I've decided to skip the first presentations, and get some sleep instead. I was afraid that Venkat's show is going to be too basic, I will see Jacek Laskowski talking about closure at 4Developers, which I'm kind of s...
The problem
When you have a form, that anybody can see, but only logged on users can POST, you may want to redirect the user to the login page, and back to the form after login
Using wicket 1.3/1.4, if you do that using redirectToInterceptPage(loginP...The problem
When you have a form, that anybody can see, but only logged on users can POST, you may want to redirect the user to the login page, and back to the form after login
Using wicket 1.3/1.4, if you do that using redirectToInterceptPage(loginP...