ICEfaces
  1. ICEfaces
  2. ICE-6835

2.0 compat selectInputText will not work when nested comps have JS events

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0.1, EE-2.0.0.GA
    • Fix Version/s: 2.1-Beta, 3.0, EE-2.0.0.GA_P01
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      -
    • Assignee Priority:
      P1

      Description

      If you add a javascript event to a nested component (ex. outputText), the selectInputText will not render it´s drop down list and the attached malformed XML exception will be thrown. Here is an example:

      <ice:selectInputText>
      <f:facet name="selectInputText">
      <ice:panelGrid columns="1">
      <ice:outputText onclick="alert('test');" id="AutoCmpSt" value="#{city.state}" />
      </ice:panelGrid>
      </f:facet>
      </ice:selectInputText>

      This is not an issue in 1.8.2 P02.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #24824 Mon Jun 13 13:07:19 MDT 2011 yip.ng ICE-6835: 2.0 compat selectInputText will not work when nested comps have JS events.
        Files Changed
        Commit graph MODIFY /icefaces2/branches/icefaces-2.0.x-maintenance/icefaces/compat/components/src/main/java/com/icesoft/faces/component/selectinputtext/SelectInputTextRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #24823 Mon Jun 13 13:05:07 MDT 2011 yip.ng ICE-6835: 2.0 compat selectInputText will not work when nested comps have JS events.
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/compat/components/src/main/java/com/icesoft/faces/component/selectinputtext/SelectInputTextRenderer.java

          People

          • Assignee:
            yip.ng
            Reporter:
            Tyler Johnson
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: