Well, then its time to whip up some javascript!

E.g.:

new AjaxLink(..) {
  public void onClick(target) {
     target.addJavascript("document.url = 'mailto:....'");
  }
}

Completely out of my head so you'll have to find the exact method names
yourself ;)

Regards,
    Erik.


On Mon, 22 Jun 2009 15:22:41 -0500, Aaron Dixon <atdi...@gmail.com> wrote:
> Thanks, Erik. But I need to have this behavior initiated in response
> to an ajax event (say, on an onchange for a select drop down).
> 
> On Mon, Jun 22, 2009 at 2:00 PM, Erik van Oosten<e.vanoos...@grons.nl>
> wrote:
>> You can use ExternalLink with a mailto: url.
>>
>> Regards,
>>   Erik.


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

Reply via email to