RE: datascroller problems

2006-07-18 Thread Michael Heinen
(facesContext); facetComp.encodeEnd(facesContext); if (!isLinkDisabled) { link.encodeEnd(facesContext); } } -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 13. Juli 2006 22:51 To: MyFaces Discussion Subject: Re: datascrol

Re: datascroller problems

2006-07-13 Thread Mike Kienenberger
On 7/13/06, Anitha Suraj <[EMAIL PROTECTED]> wrote: Has anybody made a patch to disable next and previous buttons on dataScroller on the last and first pages? If not, if any of you have already made this change, can you please give us some pointers on what was done? Thanks. I add rendered tags

Re: datascroller problems

2006-07-13 Thread Anitha Suraj
Has anybody made a patch to disable next and previous buttons on dataScroller on the last and first pages? If not, if any of you have already made this change, can you please give us some pointers on what was done? Thanks. -- View this message in context: http://www.nabble.com/datascroller

datascroller problems path

2005-11-09 Thread Erik Jan de Wit
This is the patch I use:       protected void renderScroller(final FacesContext facesContext, final HtmlDataScroller scroller) throws IOException {    ResponseWriter writer = facesContext.getResponseWriter();     if (!scroller.isRenderFacetsIfSinglePage() && scroller.getPageCount() <

Re: datascroller problems

2005-11-08 Thread Mathias Brökelmann
it would be helpful to make these changes optional through attributes if possible. 2005/11/8, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Mathias Brökelmann <[EMAIL PROTECTED]> wrote on 11/08/2005 > 03:50:48 PM: > > > I think this functionality would be really nice to have in > > t:datascroller.

Re: datascroller problems

2005-11-08 Thread gramani
Mathias Brökelmann <[EMAIL PROTECTED]> wrote on 11/08/2005 03:50:48 PM: > I think this functionality would be really nice to have in > t:datascroller. Care for making a patch? > > 2005/11/8, Erik Jan de Wit <[EMAIL PROTECTED]>: > > > > > > Hi, > > > >  When I use the datascroller there are next

Re: datascroller problems

2005-11-08 Thread Mathias Brökelmann
I think this functionality would be really nice to have in t:datascroller. Care for making a patch? 2005/11/8, Erik Jan de Wit <[EMAIL PROTECTED]>: > > > Hi, > > When I use the datascroller there are next and previous links even when = > there is no more data e.g. when I'm on the first page ther

datascroller problems

2005-11-08 Thread Erik Jan de Wit
Title: datascroller problems Hi, When I use the datascroller there are next and previous links even when = there is no more data e.g. when I'm on the first page there is still a = previous link. Is this a bug? I've fixed this by creating my own = HtmlDataScrollerRenderer is this