Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

<html:select> with horizontal scroll bar

843838Sep 30 2005 — edited Sep 30 2005
I created list with fixed width, some records are long, I need a horizontal scrollbar to to view whole records. I use IE. How can I do this?
Please help.

piece of code..

<html:select property="pickedColSelect" style="width: 100%;"
multiple="true" size="10" ondblclick="examineColumnsPreRemove(myActionForm.pickedColSelect,false);
copyTextAndValueToSelectMenu(pickedColSelect, availColSelect, true, false,0, allowEdits);
putFieldsInHidden(pickedColSelect, adHocReportForm.selectedColumnsString);
return true;">
<html:optionsCollection name="adHocReportForm"


Thanks in advance..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 28 2005
Added on Sep 30 2005
1 comment
155 views