[richfaces-issues] [JBoss JIRA] Created: (RF-8497) rich:combobox white space between textbox and button
Prateek Agarwal (JIRA)
jira-events at lists.jboss.org
Tue Mar 9 04:14:59 EST 2010
rich:combobox white space between textbox and button
----------------------------------------------------
Key: RF-8497
URL: https://jira.jboss.org/jira/browse/RF-8497
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Prateek Agarwal
Priority: Critical
When i use the rich:comboBox a space is displayed between the textbox and the button
This is the code :
<rich:comboBox id="combiId" defaultLabel="#{bundle.select}"
width="186px"
value="#{bean.comboData}"
disabled="#{bean.isEnabled eq false}"
>
<f:selectItems value="#{bean.comboDataList}" />
</rich:comboBox>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list