You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Tier <vl...@mail.ru> on 2011/06/06 12:34:43 UTC

AjaxLink and target="_blank"

Hello,

My question is there any possibility to use AjaxLink with html markup
target="_blank"?
In my code wicket ignore this, and redirect to current tab.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxLink-and-target-blank-tp3576635p3576635.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: AjaxLink and target="_blank"

Posted by Andrea Del Bene <ad...@ciseonweb.it>.
Hi,

why you would open a new tab with an ajax link? I mean, on a new you tab 
you should display a full page, not just an ajax response which usually 
is a portion of a page.
> Hello,
>
> My question is there any possibility to use AjaxLink with html markup
> target="_blank"?
> In my code wicket ignore this, and redirect to current tab.
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxLink-and-target-blank-tp3576635p3576635.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>
>


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


Re: AjaxLink and target="_blank"

Posted by Martin Grigorov <mg...@apache.org>.
see Link#setPopupSettings()

On Mon, Jun 6, 2011 at 12:34 PM, Tier <vl...@mail.ru> wrote:
> Hello,
>
> My question is there any possibility to use AjaxLink with html markup
> target="_blank"?
> In my code wicket ignore this, and redirect to current tab.
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxLink-and-target-blank-tp3576635p3576635.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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