Hi,

You need to use AjaxFormComponentSubmitBehavior("paste") and Wicket will
send the new value to the server.


On Wed, Oct 9, 2013 at 12:03 PM, lc991 <[email protected]> wrote:

> hi,
>
> i have a problem to get selection text after ctrl-v event. Is there a
> method?
>
> the AjaxEventBehavior paste work but now i don't know to get a text.
>
> In javascript the text is in the Event e object but in wicket i don't find
> it.
>
> this.add(new AjaxEventBehavior("paste") {
>             @Override
>             protected void onEvent(AjaxRequestTarget art) {
>
>             }
>         });
>
> bye, lorenzo
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/catch-the-paste-event-tp4661765.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to