html:select scrollbar
Hi using html:select to display the values in jsp.(struts link)
Now while displaying the values scrollbar is coming but i dont want that.
pls find the code below
mohan:<html:select property="region" name="menuForm" multiple="false" size="1"
onchange="submitmohan()">
<html:options property="mohanList" name="menuForm" />
</html:select>
regards
|