Re: AjaxFallbackLink problem on Internet Explorer 6

2009-10-23 Thread Dane Laverty
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

RE: AjaxFallbackLink problem on Internet Explorer 6

2009-10-22 Thread Swarnim Ranjitkar
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

Re: AjaxFallbackLink problem on Internet Explorer 6

2009-10-22 Thread Dane Laverty
t; > >> > >> # > >> > >> > >> > >> # > >> # > >> > >> > >> > >> in java: > >> > >> final AjaxFallbackLink showLessLink = new AjaxLink("sho

Re: AjaxFallbackLink problem on Internet Explorer 6

2009-10-22 Thread wicketnewuser
ontainer); >>   } >>  }; >>  showLessLink.add(new Label("showLess", "<>  final AjaxFallbackLink showMoreLink = new AjaxLink("showMoreLink") >>   { >> �...@override >>   public void onClick(AjaxRequestTarget target) >>    {

Re: AjaxFallbackLink problem on Internet Explorer 6

2009-10-22 Thread wicketnewuser
.setVisible(false); >  final WebMarkupContainer showMoreSpan = new > WebMarkupContainer("showMoreSpan"); >  showLessSpan.setOutputMarkupId(true); >  showLessSpan.setVisible(true); >  showLessSpan.add(showLessLink); >  showMoreSpan.add(showMoreLink); >  listContainer.add(showLess

Re: AjaxFallbackLink problem on Internet Explorer 6

2009-05-13 Thread marius1maru
; >  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

Re: AjaxFallbackLink problem on Internet Explorer 6

2009-05-12 Thread marius1maru
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. >

AjaxFallbackLink problem on Internet Explorer 6

2009-05-12 Thread Marius Anton
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