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

Anton Belevich (JIRA) jira-events at lists.jboss.org
Fri Dec 12 10:50:37 EST 2008


     [ https://jira.jboss.org/jira/browse/RF-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Belevich updated RF-4532:
-------------------------------

    Due Date: 21/Dec/08  (was: 10/Dec/08)


> 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
>          Components: planning_all
>    Affects Versions: 3.2.2
>            Reporter: Ilya Shaikovsky
>            Assignee: Anton Belevich
>             Fix For: 3.3.0
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> 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