As said...  I would do this as follows

-Create a wiQuery dialog on your page. Set it to initially hidden.
-Create an ordinary AJAX link. On link on click  use dialog
open(AjaxRequestTarget) to show it.
-Add dialog buttons Ok and Cancel and add  your logic to them.

Not sure you can do what you want with an approach to [1]. But I might
be wrong:-)

Regards,

Ernesto

1-http://apache-wicket.1842946.n4.nabble.com/Confirmation-dialog-td1844404.html

On Tue, Oct 19, 2010 at 3:29 PM, drf <davidrfi...@gmail.com> wrote:
>
> Ernesto
>
> Thanks - but that is really my question - is it actually possible to add a
> WiQuery dialog to an AjaxFallbackLink? I ask as it is not possible to add
> JavaScript to an AjaxLink (at least not simply using
> SimpleAttributeModifier) , and as jQuery is built upon JavaScript, am asking
> if that would work.
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/WiQuery-and-AjaxFallbackLink-tp3002079p3002108.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
>
>

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

Reply via email to