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

Work on RF-4532 stopped by Anton Belevich.

> 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
>            Priority: Critical
>             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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to