Date: 2004-06-29T10:39:02 Editor: 131.191.40.91 <> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript
no comment Change Log: ------------------------------------------------------------------------------ @@ -31,15 +31,15 @@ } public void setName(String name) { - name = name; + this.name = name; } public void setX(Integer x) { - x = x; + this.x = x; } public void setY(Integer y) { - y = y; + this.y = y; } } }}} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]