Re: Can I send a parameter value to RequestCycle?

2009-08-07 Thread marius1maru
> > > In order to make it work, the wicketAjaxGet url should also contain the > itemId parameter appended.. Otherwise it will work only when javascript is > disabled. > > Alex Objelean > > > igor.vaynberg wrote: >> >> c.add(new abstractbehavior() { >

Re: Can I send a parameter value to RequestCycle?

2009-08-06 Thread marius1maru
Thank you for your answer Igor. I did not manage to append the id to the url. I tried something like this: tabbedPanel = new AjaxTabbedPanel("mytabpanel", tabs) { @Override protected WebMarkupContainer newLink(String linkId, fin

Re: AjaxFallbackLink problem on Internet Explorer 6

2009-05-13 Thread marius1maru
I found the solutionit is not a wicket problem. The problem was in my CSS files. marius1maru wrote: > > Hello, >  I'm using a ListView of links limited to only 5 links, an > AjaxFallbackLink (showMore) that will remove the limitation, and another > AjaxFallbackLin

Re: AjaxFallbackLink problem on Internet Explorer 6

2009-05-12 Thread marius1maru
an.setOutputMarkupId(true); showLessSpan.setVisible(true); Still this has nothing to do with the outcome. marius1maru wrote: > > Hello, >  I'm using a ListView of links limited to only 5 links, an > AjaxFallbackLink (showMore) that will remove the limitation, and another > Aj