>
>
> 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() {
>
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
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
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