Update of /cvsroot/displaytag/displaytag/src/org/apache/taglibs/display
In directory sc8-pr-cvs1:/tmp/cvs-serv32039

Modified Files:
        TableTag.java 
Log Message:
converted from dos to unix format

Index: TableTag.java
===================================================================
RCS file: /cvsroot/displaytag/displaytag/src/org/apache/taglibs/display/TableTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TableTag.java       6 Feb 2003 16:30:09 -0000       1.2
--- TableTag.java       24 Feb 2003 17:41:13 -0000      1.3
***************
*** 1,2142 ****
! /**
!  * Todo:
!  *   - Investigate using styles rather then color specific attributes for
!  *     displaying the table.
!  *
!  *   - Make the header links, so that if you click on them, it will reorder the
!  *     list according to that column (all automatically of course).
!  *
!  *   - Provide a hook that allows people to choose which columns they want to
!  *     view in the list.
[...4255 lines suppressed...]
!       prop.setProperty( "paging.banner.include_first_last", "false" );
!       prop.setProperty( "paging.banner.first_label", "First" );
!       prop.setProperty( "paging.banner.last_label", "Last" );
!       prop.setProperty( "paging.banner.prev_label", "Prev" );
!       prop.setProperty( "paging.banner.next_label", "Next" );
!       prop.setProperty( "paging.banner.group_size", "8" );
! 
!       prop.setProperty( "error.msg.cant_find_bean", "Could not find bean {0} in 
scope {1}" );
!       prop.setProperty( "error.msg.invalid_bean", "The bean that you gave me is not 
a Collection I understand: {0}" );
!       prop.setProperty( "error.msg.no_column_tags", "Please provide column tags." );
!       prop.setProperty( "error.msg.illegal_access_exception", 
"IllegalAccessException trying to fetch property {0} on bean {1}" );
!       prop.setProperty( "error.msg.invocation_target_exception", 
"InvocationTargetException trying to fetch property {0} on bean {1}" );
!       prop.setProperty( "error.msg.nosuchmethod_exception", "NoSuchMethodException 
trying to fetch property {0} on bean {1}" );
!       prop.setProperty( "error.msg.invalid_decorator", "Decorator class is not a 
subclass of TableDecorator" );
!       prop.setProperty( "error.msg.invalid_page", "Invalid page ({0}) provided, 
value should be between 1 and {1}" );
! 
! 
!    }
! }
! 




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to