Great! I hope you have learnt something new while debugging this problem! :-)
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Jul 27, 2017 at 11:21 AM, ASHU_JAVA <[email protected]> wrote: > Hello All, > > I've resolved my issue by overriding the renderHead() method inside > MyPanel.java as below:- > > @Override > public void renderHead(IHeaderResponse response) { > > response.renderString(""); > response.renderOnDomReadyJavaScript("$(function () { > $('.marquee').marquee({ duration: 15000, duplicate: false, > delayBeforeStart:2000, allowCss3Support: true, gap: 600, pauseOnCycle: > true, > pauseOnHover: true });});"); > > } > > Thanks everyone. > > -- > View this message in context: http://apache-wicket.1842946. > n4.nabble.com/Message-Scroll-Banner-in-Wickets-tp4678245p4678315.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] > >
