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

Nick Belaevski resolved RF-3524.
--------------------------------

    Fix Version/s:     (was: Future)
       Resolution: Out of Date
         Assignee: Tsikhon Kuprevich  (was: Nick Belaevski)


Should work ok in 3.2.2.GA

> js error on conditional calendar rendering
> ------------------------------------------
>
>                 Key: RF-3524
>                 URL: https://jira.jboss.org/jira/browse/RF-3524
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>            Reporter: Ilya Shaikovsky
>            Assignee: Tsikhon Kuprevich
>
>       <h:form>
>               <a4j:outputPanel id="result" ajaxRendered="true">
>                       <c:set var="expression1" value="#{calendarBean.flag}" />
>                       <c:set var="availDate" value="#{production.availDate}" 
> />
>                       <c:if test="${expression1=='false'}">
>                               <h:inputText id="sisterTerritoryRelDate"
>                                       style="border: thin dotted">
>                                       <a4j:support event="onclick" 
> action="#{calendarBean.switchFlag}"
>                                               reRender="result">
>                                       </a4j:support>
>                               </h:inputText>
>                       </c:if>
>                       <c:if test="${expression1=='true'}">
>                               <rich:calendar datePattern="dd-MMM-yyyy"
>                                       value="#{calendarBean.selectedDate}">
>                                       <a4j:support event="oninputclick"
>                                               
> action="#{calendarBean.switchFlag}" reRender="result">
>                                       </a4j:support>
>                               </rich:calendar>
>                       </c:if>
>               </a4j:outputPanel>
>       </h:form>
> checked in demo environment on todays build. JS error which customer 
> described exist.

-- 
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