thanks for the suggestion, but now it works

also from the documentation:

*https://cwiki.apache.org/WICKET/migration-to-wicket-15.html*

*Redirect to non wicket or external page*

suggests replacing old code :
*
getRequestCycle().setRequestTarget(new
RedirectRequestTarget("/usage.html"));*

with:

*getRequestCycle().scheduleRequestHandlerAfterCurrent(new
RedirectRequestHandler("/usage.html"));*



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Download-Link-doesn-t-work-on-1-5-x-tp4309507p4309548.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to