[jboss-cvs] jboss-seam/src/pdf/org/jboss/seam/pdf/ui ...

Norman Richards norman.richards at jboss.com
Sun Jan 21 11:12:15 EST 2007


  User: nrichards
  Date: 07/01/21 11:12:15

  Modified:    src/pdf/org/jboss/seam/pdf/ui  UITable.java
  Log:
  valuebinding for widths
  
  Revision  Changes    Path
  1.6       +1 -0      jboss-seam/src/pdf/org/jboss/seam/pdf/ui/UITable.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UITable.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/pdf/org/jboss/seam/pdf/ui/UITable.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- UITable.java	3 Jan 2007 19:45:36 -0000	1.5
  +++ UITable.java	21 Jan 2007 16:12:15 -0000	1.6
  @@ -112,6 +112,7 @@
       public void createITextObject(FacesContext context) {
           table = new PdfPTable(columns);
           
  +        widths = (String) valueBinding(context, "widths", widths);
           if (widths != null) {
           	try {
   				table.setWidths(ITextUtils.stringToFloatArray(widths));
  
  
  



More information about the jboss-cvs-commits mailing list