[
https://jira.jboss.org/jira/browse/RF-4532?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-4532:
-------------------------------
Fix Version/s: 3.3.0
Assignee: Vladimir Molotkov (was: Nick Belaevski)
Reproducible in IE7:
<a4j:form>
<h:outputLabel for="selected" value="Titel:"/>
<rich:comboBox id="titleBox" value="abc"
inputClass="combo" inputDisabledClass="combo"
inputInactiveClass="combo">
<f:selectItem itemValue="1" itemLabel="1"/>
<f:selectItem itemValue="2" itemLabel="2"/>
<f:selectItem itemValue="3" itemLabel="3"/>
</rich:comboBox>
<a4j:outputPanel ajaxRendered="true">
<h:message for="titleBox" styleClass="errortext" />
</a4j:outputPanel>
</a4j:form>
JS error after reREnder modal with combo inside
-----------------------------------------------
Key: RF-4532
URL:
https://jira.jboss.org/jira/browse/RF-4532
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Ilya Shaikovsky
Assignee: Vladimir Molotkov
Fix For: 3.3.0
1) customers snippet at forum.
2) additionally trying after I change the code to(rerender not panel but its content):
<rich:modalPanel id="modalPanel" autosized="true"
minWidth="600">
<f:facet name="header">
My modal Panel
</f:facet>
<a4j:outputPanel id="out">
<a4j:form>
<h:outputLabel for="selected" value="Titel:"/>
<rich:comboBox id="titleBox"
value="#{comboBoxBean.value}">
<f:selectItems value="#{capitalsBean.capitalsOptions}"/>
</rich:comboBox>
<a4j:outputPanel ajaxRendered="true">
<h:message for="titleBox" styleClass="errortext" />
</a4j:outputPanel>
</a4j:form>
</a4j:outputPanel>
</rich:modalPanel>
<a4j:form>
<a4j:commandButton
reRender="out"
value="reRender MP" />
</a4j:form>
<input onclick="Richfaces.showModalPanel('modalPanel');"
value="show..." type="button"/>
the same js error occurs.
--
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