Re: Can I send a parameter value to RequestCycle?

2009-08-07 Thread marius1maru
Thank you Igor and Alex for your answers. I managed to send the itemId parameter to WebRequestCycle, by modifying the URL inside wicketAjaxGet, generated by AjaxLink. The code looks like this: c.add(new AbstractBehavior() { @Override

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,

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 AjaxFallbackLink (showLess

Re: AjaxFallbackLink problem on Internet Explorer 6

2009-05-12 Thread marius1maru
); 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 AjaxFallbackLink (showLess) that will enable