Re: Ajax download stops AjaxSelfUpdatingTimer

2015-01-29 Thread Ernesto Reinaldo Barreiro
I can also try to have a look... On Fri, Jan 30, 2015 at 6:58 AM, Sven Meier wrote: > I'll take a look at it today. > > Sven > > > On 30.01.2015 07:14, elvis.ciocoiu wrote: > >> I've opened an issue on Jira with my problem. WICKET-5822 >> . >>

Re: Ajax download stops AjaxSelfUpdatingTimer

2015-01-29 Thread Sven Meier
I'll take a look at it today. Sven On 30.01.2015 07:14, elvis.ciocoiu wrote: I've opened an issue on Jira with my problem. WICKET-5822 . -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-download-stops-AjaxSel

Re: Ajax download stops AjaxSelfUpdatingTimer

2015-01-29 Thread elvis.ciocoiu
I've opened an issue on Jira with my problem. WICKET-5822 . -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-download-stops-AjaxSelfUpdatingTimer-tp4668978p4669185.html Sent from the Users forum mailing list arc

Re: Accordion using jquery and wicket 6

2015-01-29 Thread Sebastien
Hi, "$('#accordion_21').accordion()" seems weird, it does not match the markup id, use this.setOutputMarkupId(true).getMarkupId(); You can also have a look to existing implementations, like: http://www.7thweb.net/wicket-jquery-ui/accordion/DefaultAccordionPage http://www.7thweb.net/wicket-jquery-

Accordion using jquery and wicket 6

2015-01-29 Thread avchavan
Hi, i am using wicket 6.13.0 and i am trying to implement the accordion functionality using jquery. Java Code: package com.digid.wicket.usability; import org.apache.wicket.markup.head.CssReferenceHeaderItem; import org.apache.wicket.markup.head.IHeaderResponse; import org.apac