You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by "latha.y" <ka...@tcs.com> on 2011/03/22 15:46:25 UTC

Re: open link in new window => target is null

I have a similar issue.. can anyone please tell why the target parameter for
onClick of AjaxfallbackLink comes as null?

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/open-link-in-new-window-target-is-null-tp1844471p3396579.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: open link in new window => target is null

Posted by Wilhelmsen Tor Iver <To...@arrive.no>.
> I have a similar issue.. can anyone please tell why the target parameter for
> onClick of AjaxfallbackLink comes as null?

It will be null for non-Ajax (i.e. the "fallback") requests when the user has Javascript disabled. In those cases the entire page will be redrawn anyway so there is no need to explicitly repaint subsets.

- Tor Iver

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