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

          People

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

            Dates

            • Created:
              Updated:
              Resolved: