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

Gavin King gavin.king at jboss.com
Fri Dec 1 18:28:25 EST 2006


  User: gavin   
  Date: 06/12/01 18:28:25

  Modified:    src/ui/org/jboss/seam/ui  HtmlButton.java
  Log:
  JBSEAM-574
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/src/ui/org/jboss/seam/ui/HtmlButton.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HtmlButton.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/HtmlButton.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- HtmlButton.java	19 Nov 2006 17:36:11 -0000	1.2
  +++ HtmlButton.java	1 Dec 2006 23:28:25 -0000	1.3
  @@ -190,7 +190,7 @@
            onclick += "location.href='" + encodedUrl + "'";
         }
         writer.writeAttribute("onclick", onclick, null);
  -      HTML.renderHTMLAttributes(writer, this, HTML.BUTTON_PASSTHROUGH_ATTRIBUTES_WITHOUT_DISABLED);
  +      HTML.renderHTMLAttributes(writer, this, HTML.BUTTON_PASSTHROUGH_ATTRIBUTES_WITHOUT_DISABLED_AND_ONCLICK);
         
         Object label = getValue();
         if (label!=null) 
  
  
  



More information about the jboss-cvs-commits mailing list