Hi, I have application http://1.1.1.1:8080/formspider_tam/main.jsp?oid=7621#Login=12121212121212212 with bookmark Login=12121212121212212 If something wrong ( I mean Login), i make api_application.restart() But application restarting with this wrong bookmar, i wan't clear bookmark and have something like http://1.1.1.1:8080/formspider_tam/main.jsp?oid=7621 . What I can do ? Just make api_aplication.run('http://1.1.1.1:8080/formspider_tam/main.jsp?oid=7621','_self'); ? Thanks |
Hi AlfAbetas, Yes, just make the call you suggested. Maybe instead of hard coding the base URL you can use api_application.getBaseURL to make it a little more flexible. So instead of http://1.1.1.1:8080/formspider_tam/main.jsp?oid=7621 you can say api_application.getBaseURL||main.jsp?oid=7621 Kind Regards, |