webwork/src/main/webwork/view/taglib/ui RadioTag.java,1.3,1.4
[email protected] Thu, 30 May 2002 15:55:10 -0700
| Newsgroups | gmane.comp.java.webwork.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib/ui
In directory usw-pr-cvs1:/tmp/cvs-serv28126
Modified Files:
RadioTag.java
Log Message:
need release() here because WL doesn't restore defaults properly
Index: RadioTag.java
===================================================================
RCS file: /cvsroot/webwork/webwork/src/main/webwork/view/taglib/ui/RadioTag.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- RadioTag.java 8 May 2002 20:38:25 -0000 1.3
+++ RadioTag.java 30 May 2002 22:55:08 -0000 1.4
@@ -69,12 +69,12 @@
this.addParameter("tabindex", findValue(tabindexAttr));
if (onchangeAttr != null)
this.addParameter("onchange", findValue(onchangeAttr));
- //useMap=false;
return super.doEndTag();
}
- public void release() {
- useMap=false;
+ public void release()
+ {
+ useMap = false;
super.release();
}
}
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm