js error on conditional calendar rendering
------------------------------------------

                 Key: RF-3524
                 URL: http://jira.jboss.com/jira/browse/RF-3524
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
            Reporter: Ilya Shaikovsky
         Assigned To: Nick Belaevski


        <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: 
http://jira.jboss.com/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