> How do I redirect to a mailto: url? This doesn't seem to work:

Mailto is a browser-managed protocol that does not use http; and the
Ajax response does not go to the browser but is analyzed by the Ajax
implementation. 

Perhaps adding custom Javascript in the requestTarget to do a
window.open() on the URL will work, but that is as close as you get
unless you want to ditch the use of Ajax.

- Tor Iver

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

Reply via email to