Re: PrependJavaScript to replace a composant with animation

2017-11-02 Thread Martin Grigorov
Hi Olivier, On Wed, Nov 1, 2017 at 9:46 PM, Olivier DUTRIEUX < olivier.dutri...@pasteur.fr> wrote: > No new about this problem : I need to create a jira issue ? > Yes, please! > > Duto > > > > -Message d'origine- > > De : Olivier DUTRIEUX [mailto:olivier.dutri...@pasteur.fr] > >

RE: PrependJavaScript to replace a composant with animation

2017-11-01 Thread Olivier DUTRIEUX
No new about this problem : I need to create a jira issue ? Duto > -Message d'origine- > De : Olivier DUTRIEUX [mailto:olivier.dutri...@pasteur.fr] > Envoyé : samedi 30 septembre 2017 23:21 > À : users@wicket.apache.org > Objet : PrependJavaScript to replace a composant with animation >

RE: PrependJavaScript to replace a composant with animation

2017-10-28 Thread Olivier DUTRIEUX
Hello, I have time to check this problem : The problem is that the regexp "scriptWithIdentifierR" tests that the javascript is in form of *start with* "identifier|code" or my javascript don't start with "identifier|code" because is :

Re: PrependJavaScript to replace a composant with animation

2017-10-04 Thread Martin Grigorov
Hi, Put a breakpoint inside processEvaluation() method [1] and see what goes wrong. 1. https://github.com/apache/wicket/blob/58a7106d74de02cc9f193d95613b6c1f3483ca7b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js#L1158 Martin Grigorov Wicket Training and

RE: PrependJavaScript to replace a composant with animation

2017-10-03 Thread Olivier DUTRIEUX
This is a special syntax of wicket : http://wicketinaction.com/2013/02/replace-components-with-animation/ Anybody can't help me ? -- Olivier Dutrieux Groupe Projets (Tél : 31 62) > -Message d'origine- > De : Tobias Soloschenko [mailto:tobiassolosche...@googlemail.com] > Envoyé :

Re: PrependJavaScript to replace a composant with animation

2017-09-30 Thread Tobias Soloschenko
Hi, are you able to try to replace this by a normal if block: ..format("notify|var.. Seems that this shortcut is causing the issue. kind regards Tobias > Am 30.09.2017 um 23:21 schrieb Olivier DUTRIEUX : > > Hello, > > I use the functionnality of

PrependJavaScript to replace a composant with animation

2017-09-30 Thread Olivier DUTRIEUX
Hello, I use the functionnality of prependJavaScript to replace a composant with animation, but I have I a problem when I have two functions (on difference composants), one with normal syntax like this : target.prependJavaScript("$('" + c.getMarkupId() + "').selectpicker('destroy')"); and I

PrependJavaScript to replace à composant with animation

2017-09-30 Thread Olivier Dutrieux
Hello, I use the functionnality of prependJavaScript to replace à composant with animation, but I have I a problem when I have two functions (on difference composants), one with normal syntax like this : and I other one with special syntax for animation : I get a error when wicket evaluate