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=24487>. 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=24487 add "selected" attribute to <html:option> tag [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Component|Unknown |Custom Tags Resolution| |WONTFIX Version|1.0 Final |1.1 Final ------- Additional Comments From [EMAIL PROTECTED] 2003-12-07 19:00 ------- The combination of <html:option> and <html:select> is only useful if you allow the tags to choose which option is selected for you. If you're writing: <html:option selected="selected" value="1">some text</html:option> you may as well just use straight HTML instead of the tag: <option value="1" selected="selected">some text</option> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]