Re: Message Scroll Banner in Wickets

2017-07-25 Thread Maxim Solodovnik
Maybe some "init JS" should be added onDomReady ? On Wed, Jul 26, 2017 at 11:29 AM, ASHU_JAVA wrote: > Hello Martin, > > Ok, I've corrected the error (*missing :*) on loading the newMarquee.js. > But even after successful loading of "newMarquee.js" (I've checked with >

Re: Message Scroll Banner in Wickets

2017-07-25 Thread ASHU_JAVA
Hello Martin, Ok, I've corrected the error (*missing :*) on loading the newMarquee.js. But even after successful loading of "newMarquee.js" (I've checked with alert), no marquee appears(as shown in below image) :- It will

Re: After removing history from browser, refresh an unmounted stateful page trigger a NPE in PageProvider

2017-07-25 Thread Francois Meillet
Thanks ! Blazing Fast ! François > Le 25 juil. 2017 à 21:36, Martin Grigorov a écrit : > > https://issues.apache.org/jira/browse/WICKET-6428 > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Tue, Jul 25, 2017 at 10:22 PM,

Re: After removing history from browser, refresh an unmounted stateful page trigger a NPE in PageProvider

2017-07-25 Thread Martin Grigorov
https://issues.apache.org/jira/browse/WICKET-6428 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jul 25, 2017 at 10:22 PM, Francois Meillet < francois.meil...@gmail.com> wrote: > Hi Martin, > > I just clean the browser’s cache > > François > > > > > Le 25

Re: After removing history from browser, refresh an unmounted stateful page trigger a NPE in PageProvider

2017-07-25 Thread Francois Meillet
Hi Martin, I just clean the browser’s cache François > Le 25 juil. 2017 à 21:13, Martin Grigorov a écrit : > > Hi François, > > How to reproduce it ? > What I should do to 'remove the history' ? > > Martin Grigorov > Wicket Training and Consulting >

Re: After removing history from browser, refresh an unmounted stateful page trigger a NPE in PageProvider

2017-07-25 Thread Martin Grigorov
Hi François, How to reproduce it ? What I should do to 'remove the history' ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jul 25, 2017 at 4:12 PM, Francois Meillet < francois.meil...@gmail.com> wrote: > Hi Devs, > > If I perform a refresh on an

Re: NPE in org.apache.wicket.request.http.handler.RedirectRequestHandler.respond

2017-07-25 Thread Martin Grigorov
Which version of Wicket do you use ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jul 25, 2017 at 5:52 PM, Wayne W wrote: > Hi, > > I've got a strange issue I cannot get to the bottom of. Basically we have > our app deployed

NPE in org.apache.wicket.request.http.handler.RedirectRequestHandler.respond

2017-07-25 Thread Wayne W
Hi, I've got a strange issue I cannot get to the bottom of. Basically we have our app deployed on jetty 9.2.1 with apache 2.4 in front. If I make calls to stateless pages its all good. However as soon as I try to make a call to a stateful page it does a 302 to the login page for our app, but then

Re: Message Scroll Banner in Wickets

2017-07-25 Thread Martin Grigorov
I'd expect errors in the Network and Console tabs in the browser Dev Tools. Otherwise put a breakpoint in newMarquee.js in Sources tab and see what happens. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jul 25, 2017 at 2:15 PM, ASHU_JAVA

Re: Message Scroll Banner in Wickets

2017-07-25 Thread ASHU_JAVA
Hello Martin, I've added alerts on newMarquee.js file and they didn't get executed. By not loading, I meant to say no CSS style effects and Javascript method for marquee gets executed. I don't receive any error. The HTML just display the mypanel content as a list instead of scrolling marquee.

Re: Message Scroll Banner in Wickets

2017-07-25 Thread Martin Grigorov
Hi, On Tue, Jul 25, 2017 at 1:16 PM, ASHU_JAVA wrote: > Hello Martin, > > I'm trying to use "Jquery Marquee" > to implement the > required > functionality. > > I've made an HTML sample

Re: Message Scroll Banner in Wickets

2017-07-25 Thread Maxim Solodovnik
Maybe you can share you project on github? On Tue, Jul 25, 2017 at 5:16 PM, ASHU_JAVA wrote: > Hello Martin, > > I'm trying to use "Jquery Marquee" > to implement the > required > functionality. > > I've made an HTML sample

Re: Message Scroll Banner in Wickets

2017-07-25 Thread ASHU_JAVA
Hello Martin, I'm trying to use "Jquery Marquee" to implement the required functionality. I've made an HTML sample (JSfiddle), which is working fine but I'm unable to replicate the same in Java Wickets.