You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pb...@apache.org on 2007/06/29 06:29:51 UTC

svn commit: r551791 - /struts/struts1/trunk/el/src/main/java/org/apache/strutsel/taglib/html/ELOptionTag.java

Author: pbenedict
Date: Thu Jun 28 21:29:45 2007
New Revision: 551791

URL: http://svn.apache.org/viewvc?view=rev&rev=551791
Log:
STR-2072: Fix accidental dupe method

Modified:
    struts/struts1/trunk/el/src/main/java/org/apache/strutsel/taglib/html/ELOptionTag.java

Modified: struts/struts1/trunk/el/src/main/java/org/apache/strutsel/taglib/html/ELOptionTag.java
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/el/src/main/java/org/apache/strutsel/taglib/html/ELOptionTag.java?view=diff&rev=551791&r1=551790&r2=551791
==============================================================================
--- struts/struts1/trunk/el/src/main/java/org/apache/strutsel/taglib/html/ELOptionTag.java (original)
+++ struts/struts1/trunk/el/src/main/java/org/apache/strutsel/taglib/html/ELOptionTag.java Thu Jun 28 21:29:45 2007
@@ -311,7 +311,7 @@
      * Setter method for "titleKey" tag attribute. (Mapping set in associated
      * BeanInfo class.)
      */
-    public void setStyleIdExpr(String titleKeyExpr) {
+    public void setTitleKeyExpr(String titleKeyExpr) {
         this.titleKeyExpr = titleKeyExpr;
     }