Redirect to external non-Wicket page in Wicket 1.5?

Introducing the ONLY search engine optimization software product that has been 100% PROVEN to dramatically increase your rankings in Google, Yahoo, and Bing. Get it now!

Thanks Martin-g. This bit worked but I had to go back to wicket 1.4.17 cz I want to get this app working asap the I will migrate to 1.5 fully! – Laban Okune Anunda Apr 28 at 6:16.

Using HTTP 302 ("Moved Temporarily"): import org.apache.wicket.request.flow. RedirectToUrlException; ... throw new RedirectToUrlException( "facebook.com/login.php?api_key="+" rel="nofollow">facebook.com/login.php?api_key="+ _apiKey + "&v=1.0"); Using HTTP 301 ("Moved Permanently", SEO friendly): import org.apache.wicket.request.flow. RedirectToUrlException; import javax.servlet.http.

HttpServletResponse; ... throw new RedirectToUrlException( "facebook.com/login.php?api_key="+" rel="nofollow">facebook.com/login.php?api_key="+ _apiKey + "&v=1.0", HttpServletResponse. SC_MOVED_PERMANENTLY).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions