it´s a subversion revision number (continuous number). If you use the latest version from svn you are able to determine if you have the patch in your workingcopy or not. You can also wait for the next nightly of course.
Have a look at: http://svn.apache.org/viewcvs.cgi/myfaces/ for current myfaces svn repository or for the patch: http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/datascroller/HtmlDataScrollerRenderer.java?rev=306652&r1=279411&r2=306652 2005/10/6, Ing. Diego Trombetta <[EMAIL PROTECTED]>: > What do you mean with r306652? > > > -----Messaggio originale----- > Da: Mathias Broekelmann (JIRA) [mailto:[EMAIL PROTECTED] > Inviato: giovedì 6 ottobre 2005 16.18 > A: Ing. Diego Trombetta > Oggetto: [jira] Closed: (MYFACES-675) Unexpected tag table in dataScroller > paginator > > [ http://issues.apache.org/jira/browse/MYFACES-675?page=all ] > > Mathias Broekelmann closed MYFACES-675: > --------------------------------------- > > Resolution: Fixed > > fixed in r306652 > > > Unexpected tag table in dataScroller paginator > > ---------------------------------------------- > > > > Key: MYFACES-675 > > URL: http://issues.apache.org/jira/browse/MYFACES-675 > > Project: MyFaces > > Type: Bug > > Components: Tomahawk > > Versions: 1.1.0 > > Environment: Windows XP; Apache Tomcat 5.5; IE 6 and Firefox 1.0 > > Reporter: Diego Trombetta > > Priority: Minor > > > > > When rendering the dataScroller component that displays the info about the > > number of pages, the current page, ... > > after the span tag that includes this information there in an "empty" table: > > <span class="standard">994 Cars found, displaying 10 cars, from 1 to > > 10. Page 1 / 100</span><table><tr></tr></table> > > If you want to obtain this behaviour, just look at the DataScroller example > > in the standard myfaces examples. > > This "empty" table "compromises" the layout of the pages... > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira > > > > -- Mathias
