You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dm...@apache.org on 2003/02/27 15:21:29 UTC

cvs commit: jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/html ELImgTagBeanInfo.java

dmkarr      2003/02/27 06:21:28

  Modified:    contrib/struts-el/src/share/org/apache/strutsel/taglib/html
                        ELImgTagBeanInfo.java
  Log:
  Fixed mapping of "onkeypress" attribute.
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/html/ELImgTagBeanInfo.java
  
  Index: ELImgTagBeanInfo.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/html/ELImgTagBeanInfo.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ELImgTagBeanInfo.java	19 Feb 2003 03:45:25 -0000	1.1
  +++ ELImgTagBeanInfo.java	27 Feb 2003 14:21:27 -0000	1.2
  @@ -109,7 +109,7 @@
                                                  null, "setOndblclickExpr");
               result[15] = new PropertyDescriptor("onkeydown", ELImgTag.class,
                                                  null, "setOnkeydownExpr");
  -            result[16] = new PropertyDescriptor("keypress", ELImgTag.class,
  +            result[16] = new PropertyDescriptor("onkeypress", ELImgTag.class,
                                                  null, "setOnkeypressExpr");
               result[17] = new PropertyDescriptor("onkeyup", ELImgTag.class,
                                                  null, "setOnkeyupExpr");
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org