The other cause might be using component-bindings that point to beans that are not request-scoped, particularly as you say that it happens when you revisit the view. I suggest you check for "binding" attributes in your pages.
On Fri, 2007-10-19 at 13:55 -0400, [EMAIL PROTECTED] wrote: > > No , we are using pure JSF , there are no loops . > > For the first time the page works fine with the datascroller . error > come when you go to another page & come back to the page with the > DataScroller . > I am using MyFaces 1.1.5 & Tomhawk 1.1.5 . What version are you > using ? > > Shipra Jain > > > > simon <[EMAIL PROTECTED]> > > 10/19/2007 01:23 PM > Please respond to > "MyFaces Discussion" > <[email protected]> > > > > > To > MyFaces > Discussion > <[email protected]> > cc > > Subject > Re: Tomhawk > DataScroller > > > > > > > > > On Fri, 2007-10-19 at 12:17 -0400, [EMAIL PROTECTED] wrote: > > > > Hi All > > > > Have any one used Tomhawk DataScroller ? I am getting duplicate id > > error , even tough there is no duplicate id. > > Yes, I'm using it and have no problem. > > Are you perhaps using JSF1.1 + jsp, and using c:if or c:forEach > somewhere (not necessarily wrapping this component)? That is the > primary > cause of duplicated ids I believe. > > Regards, > > Simon > > >

