I've been looking for this a few times without success. There are some nasty proposals with setting PS1 variable or other tricks with .bashrc mods. Weak and doesn't actually work.I needed a way to make a bash script that opens several tabs with fixed t...
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...