Re: t:datascroller + ajax

2007-07-31 Thread Andrew Robinson
I don't have the code anymore and do not have easy access to it at the moment, because we have moved off of JSF for the near future. I cannot remember exactly what I did, but here is a shot: Override the renderer. Specifically these methods: protected HtmlCommandLink getLink(FacesContext facesCon

Re: t:datascroller + ajax

2007-07-31 Thread kewldude
are you there andrew? or anyone who has anymore inputs? kewldude wrote: > > > Hi Andrew, > > Do you have any sample codes that I can build and play around with? I'm > really intent on using the t:datascroller instead of the richfaces > scroller. > > > > Andrew Robinson-5 wrote: >> >> I

Re: t:datascroller + ajax

2007-07-30 Thread kewldude
Hi Andrew, Do you have any sample codes that I can build and play around with? I'm really intent on using the t:datascroller instead of the richfaces scroller. Andrew Robinson-5 wrote: > > I used the t:dataScroller. I just extended it and overrode the command > that is used and added a chil

Re: t:datascroller + ajax

2007-07-30 Thread Andrew Robinson
I used the t:dataScroller. I just extended it and overrode the command that is used and added a child component (a4j:support) to handle the AJAX part of the request. On 7/30/07, Paul Iov <[EMAIL PROTECTED]> wrote: > The richfaces scroller is the only (known to me) complete implementation > which w

Re: t:datascroller + ajax

2007-07-30 Thread Paul Iov
The richfaces scroller is the only (known to me) complete implementation which works fine with ajax. The mentioned problems are common to all scroller implementations since they are caused by DataModel and not by scroller itself. regards, paul kewldude schrieb: Yeah other than the richfaces

Re: t:datascroller + ajax

2007-07-29 Thread kewldude
Yeah other than the richfaces scroller. Went through their forum and read some problems regarding richfaces scroller. I'm interested in using the t:datascroller with ajax. Adrian Mitev-2 wrote: > > RichFaces project got ajax scroller. > > 2007/7/30, kewldude <[EMAIL PROTECTED]>: >> >> >> Was

Re: t:datascroller + ajax

2007-07-29 Thread Adrian Mitev
RichFaces project got ajax scroller. 2007/7/30, kewldude <[EMAIL PROTECTED]>: > > > Was there a successful implementation of using the tomahawk datascroller + > ajax? Something like clicking the page number of the scroller and only the > data table changed and not the whole page is reloaded... > I

t:datascroller + ajax

2007-07-29 Thread kewldude
Was there a successful implementation of using the tomahawk datascroller + ajax? Something like clicking the page number of the scroller and only the data table changed and not the whole page is reloaded... I'm trying to search the forum and it seems there are difficulties in doing so. Can someone