ent(showAllSpan);
> target.addComponent(replacement);
>
>}
>};
>showAllLink.setOutputMarkupId(true);
>
>
>
> > Date: Thu, 22 Oct 2009 18:05:46 -0700
> > Subject: Re: AjaxFallbackLink problem on Internet Explorer 6
> > From: danelave...@gm
owMineSpan);
target.addComponent(showAllSpan);
target.addComponent(replacement);
}
};
showAllLink.setOutputMarkupId(true);
> Date: Thu, 22 Oct 2009 18:05:46 -0700
> Subject: Re: AjaxFallbackLink problem on Int
t;
> >>
> >> #
> >>
> >>
> >>
> >> #
> >> #
> >>
> >>
> >>
> >> in java:
> >>
> >> final AjaxFallbackLink showLessLink = new AjaxLink("sho
ontainer);
>> }
>> };
>> showLessLink.add(new Label("showLess", "<> final AjaxFallbackLink showMoreLink = new AjaxLink("showMoreLink")
>> {
>> �...@override
>> public void onClick(AjaxRequestTarget target)
>> {
.setVisible(false);
> final WebMarkupContainer showMoreSpan = new
> WebMarkupContainer("showMoreSpan");
> showLessSpan.setOutputMarkupId(true);
> showLessSpan.setVisible(true);
> showLessSpan.add(showLessLink);
> showMoreSpan.add(showMoreLink);
> listContainer.add(showLess
;
> listContainer.add(showMoreSpan);
>
> After the first ajax request(by clicking on "showMore" link), the
> "showLess" link is displayed, but frozen. The same results is when I'm
> using AjaxLink.
> I am using wicket 1.4 rc2.
> Can pleas
ntainer.add(showLessSpan);
> listContainer.add(showMoreSpan);
>
> After the first ajax request(by clicking on "showMore" link), the
> "showLess" link is displayed, but frozen. The same results is when I'm
> using AjaxLink.
> I am using wicket 1.4 rc2.
>
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 the limitation.
Works fine on every browser except IE6. On IE6, after the user presses
showMore link, the lis