You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by SB <st...@cyberspace.org> on 2002/05/13 08:51:56 UTC

value of HTMLSelectElement

The implementation of setValue in HTMLSelectElementImpl looks like:
public void setValue( String value )
    {
	        setAttribute( "value", value );
			    }


but value is not an attribute of HTMLSelectElement but it
is the value of the OptionElement that is selected. Any idea
why it is implementaed this way?

st.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org