DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13322>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13322

html:reset with no attributes defaults with a name of "reset"





------- Additional Comments From [EMAIL PROTECTED]  2002-10-12 22:44 -------
are you sure this is the case? the code that writes out the value for name goes like 
this:

        if 
(property != null) {
            results.append(" name=\"");
            results.append(property);
            
results.append("\"");
        }

the release() method resets to null and the field is initialized 
to null so I cant see how this would be the case unless its been fixed since you 
reported 
it.

which means the default behavior is no name - will have a look on monday when I have a 
dev 
environment to check this with. I agree with the proposed solution though if this is a 
problem. In 
fact, the reset element doesnt really need a name to work so the current behavior 
seems to me to be 
correct except for possibly the issue you noted above being added to the documentation 
for which I 
am happy to create a diff. 

will wait on your answer

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to