ComboBox: unacceptable client id generation
-------------------------------------------
Key: RF-2445
URL:
http://jira.jboss.com/jira/browse/RF-2445
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Anton Belevich
Fix For: 3.2.0
You may generate ids for elements in markup. But this is wrong:
<h:form id="test">
<rich:comboBox value="#{comboBoxBean.value}">
<f:selectItem itemValue="1"/>
</rich:comboBox>
</h:form>
and generated:
<div class="rich-combobox-font rich-combobox" id="controlj_id238"
style="width: 150px;"><input type........
wrapper div should have test:j_id238 id in this case.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira