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

Peter Muir peter at bleepbleep.org.uk
Mon Feb 5 17:32:28 EST 2007


  User: pmuir   
  Date: 07/02/05 17:32:28

  Modified:    src/mail/org/jboss/seam/mail/ui  UIAttachment.java
  Log:
  Finish off attachment support
  
  Revision  Changes    Path
  1.6       +0 -1      jboss-seam/src/mail/org/jboss/seam/mail/ui/UIAttachment.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UIAttachment.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/mail/org/jboss/seam/mail/ui/UIAttachment.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- UIAttachment.java	4 Feb 2007 20:58:26 -0000	1.5
  +++ UIAttachment.java	5 Feb 2007 22:32:28 -0000	1.6
  @@ -97,7 +97,6 @@
            {
               DocumentData documentData = (DocumentData) getValue();
               ds = new ByteArrayDataSource(documentData.getData(), documentData.getDocType().getMimeType());
  -            setFileName(documentData.getFileName());
            }
            else if (getValue() != null && getValue().getClass().isArray())
            {
  
  
  



More information about the jboss-cvs-commits mailing list