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

Norman Richards norman.richards at jboss.com
Wed Jan 24 12:39:16 EST 2007


  User: nrichards
  Date: 07/01/24 12:39:16

  Modified:    src/pdf/org/jboss/seam/pdf/ui  UITable.java
  Log:
  add value binding
  
  Revision  Changes    Path
  1.7       +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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- UITable.java	21 Jan 2007 16:12:15 -0000	1.6
  +++ UITable.java	24 Jan 2007 17:39:16 -0000	1.7
  @@ -110,6 +110,7 @@
       }
      
       public void createITextObject(FacesContext context) {
  +        columns = (Integer) valueBinding(context, "columns", columns);
           table = new PdfPTable(columns);
           
           widths = (String) valueBinding(context, "widths", widths);
  
  
  



More information about the jboss-cvs-commits mailing list