Update of /cvsroot/displaytag/display09/src/org/displaytag/tags
In directory sc8-pr-cvs1:/tmp/cvs-serv7315/src/org/displaytag/tags

Modified Files:
        TableTag.java 
Log Message:
fixed missing styleClass attribute for table tag (for compatibility with the 0.85 
version)

Index: TableTag.java
===================================================================
RCS file: /cvsroot/displaytag/display09/src/org/displaytag/tags/TableTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TableTag.java       29 Jun 2003 21:43:22 -0000      1.2
--- TableTag.java       9 Aug 2003 17:35:16 -0000       1.3
***************
*** 86,105 ****
         * Field mLog
         */
!       private static Log mLog= LogFactory.getLog(TableTag.class);
  
!       /** 
!        * Iterator on collection 
         */
        private Iterator mIterator;
  
!       /** 
[...1188 lines suppressed...]
  
                        // calculate a simple checksum-like value
!                       int lCheckSum = 0;
  
!                       for (int lCount = 0; lCount < lChar.length; lCount++)
                        {
                                lCheckSum += lChar[lCount] * lCount;
***************
*** 1382,1386 ****
  
                        // this is the full identifier used for all the parameters
!                       mTableParameterIdentifier= "d-" + lCheckSum + "-";
  
                }
--- 1392,1396 ----
  
                        // this is the full identifier used for all the parameters
!                       mTableParameterIdentifier = "d-" + lCheckSum + "-";
  
                }




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to