aspose file tools
The moose likes JSF and the fly likes selectOneMenu width Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "selectOneMenu width" Watch "selectOneMenu width" New topic
Author

selectOneMenu width

Rafa de Castro
Greenhorn

Joined: Jul 25, 2006
Posts: 16
�Is it possible to change selectOneMenu size so it fits other components in a form? Just for visual appeareance.

Thanks in advance.
Rafa de Castro
Greenhorn

Joined: Jul 25, 2006
Posts: 16
Stupid me.

Just using CSS.
Rajeev Ravindran
Ranch Hand

Joined: Aug 27, 2002
Posts: 455
Add outputtext with blank value and set the style of the outputext

<hutputText value="" style="width:100px" />

Hope it helps !!

Thanks,
[ August 23, 2006: Message edited by: Rajeev Ravindran ]

SCJP, SCWCD, SCBCD, Oracle Certified Professional (SQL n PL/SQL)
Joe Jose
Ranch Hand

Joined: Jan 14, 2004
Posts: 125
I moved it to here
[ September 21, 2006: Message edited by: Joe Jose ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: selectOneMenu width
 
Similar Threads
Dynamic selectOneMenu
valueChangeListener
How to set Default selection in h:selectOneMenu
Preselection on Pick List?
I need help with ajaxSingle, reRender and immediate.