Need to display the whole text in <h:selectOneMenu>

Hi ,

I have a <h:selectOneMenu in my jsp page.

Code below :

><h:selectOneMenu id="factorTypeID" styleClass="selectDropdown" value="SplREMRule" style="width:120px;margin-left: 40px;margin-top: 310px;position: absolute; ">

<f:selectItem itemLabel="1111111111111111111111111111" itemValue="SplREMRule"></f:selectItem>

</h:selectOneMenu>

In the selectItem , the itemLabel is too big so I fixed the width to 50 px.

Now , when the user select in the menu , I need to display the complete value as tool tip or as a collapsable box. How do I display the whole text .

Please help me ..

Thanks in advance.

regards,

Pranab

[714 byte] By [ghya] at [2007-10-3 0:31:16]
# 1
You could use pop-up to do this
amitteva at 2007-7-14 17:24:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Can you explain more clearly .

My requirement is , I need to display the whole content when the user selects the <h:selectOneMenu>

Is there any way where I can enlarge the box which is displayed when user selects any item in the <h:selectOneMenu>

Please let me know if there is any solution.

Thanks in advance

regards,

Pranab

Message was edited by:

ghy

ghya at 2007-7-14 17:24:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...