[richfaces-issues] [JBoss JIRA] Created: (RF-4532) JS error after reREnder modal with combo inside

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Wed Sep 24 07:50:20 EDT 2008


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: Nick Belaevski


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

        



More information about the richfaces-issues mailing list