“title” attribute for <html:options> struts tag
问题 In a regular select box you can show the full title on mouseover using "title" attribute in the "option" field. In Apache Struts, you make the select box with the "html:options" tag. I don't think this tag supports the "title" attribute. Is there another way to show the full title of an option on mouseover for the "html:options" struts tag? Thanks 回答1: Struts' tag for <select><option> .. is <s:select /> , or <s:doubleselect /> for double lists. <s:doubleselect /> doesn't support title at all,