Re: continueToOriginalDestination goes to tomcat's index.jsp

2008-06-03 Thread liny
Hi, I finally know why I was redirected to tomcat's home page. It's because wrong setting of WicketFilter's filter mapping in web.xml. Thanks, guys~ liny wrote: > > Hi, Timo: > > I want to do as the same as "Form Example" in wicket-examples-1.3.3 > After copying from "Form Example" source and

Re: continueToOriginalDestination goes to tomcat's index.jsp

2008-06-03 Thread liny
Hi, Timo: I want to do as the same as "Form Example" in wicket-examples-1.3.3 After copying "Form Example" source and modify it, now it works. Thanks. Timo Rantalaiho wrote: > > On Mon, 02 Jun 2008, liny wrote: >> 1. When I enter data into input field and key up, >> AjaxFormValidatingBehavior

Re: continueToOriginalDestination goes to tomcat's index.jsp

2008-06-02 Thread Timo Rantalaiho
On Mon, 02 Jun 2008, liny wrote: > 1. When I enter data into input field and key up, AjaxFormValidatingBehavior > doesn't work. It won't validate input field. What do you want to happen here? > 2. After input correct info in login page and manual because question 1, I > have to manual press subm

continueToOriginalDestination goes to tomcat's index.jsp

2008-06-02 Thread liny
Hi, I have a X web page and a login web page. I did add below code in my application class, so when I access X page without login, I will redirect to login page: protected void init() { super.init(); getSecuritySettings().setAuthorizationStrategy(new SimplePageAuthorizationStrategy(Auth