• Fails when inserted into repeat control

    By Scott M Skaife 1 decade ago

    When put into a repeat control, the view picklist does not  properly pull the previously selected values previously entered into control.  Search and type ahead also seem to fail.

    I'm not sure if this should be a feature request or a defect report, so I put it here.

     

    This is the setup of the control:

     

                tableClass="tablecellgreen" headerClass="headerclass"
                rowClass="odd, even" searchBar="false" searchButtonText="Search"
                searchButtonClass="button2" searchBarClass="headerclass"
                pagerStyleFirst="navbutton1" pagerStylePrevious="navbutton2"
                pagerStyleCurrent="navbutton4" pagerStyleNext="navbutton2"
                pagerStyleLast="navbutton3" typeAheadBar="false" select="Column"
                onReturn="Set Document Value"
                bottomBarClass="bottomround headerclass" cancelButtonText="Cancel"
                cancelButtonClass="button2 floatthisright" type="Multi Value"
                finishButtonText="Finish" finishButtonClass="button2 floatthisright"
                multiSelectButtonAddImg="./add.png"
                multiSelectButtonRemoveImg="./delete.png"
                picklistButtonClass="button" openDialogWith="Button"
                picklistLinkImg="./add.png" multiSelectLinkAddImg="./add.png"
                multiSelectLinkRemoveImg="./delete.png" selectWith="Button"
                multiValueSeparator="," clearSearchImg="./cross.png"
                SelectCellWidth="30px" dialogID="dialogID3" dialogTitle="Picklist"
                dialogWidth="80%" refreshID="inputText2" datasrc="sjpView"
                selectColumn="0" id="questionPicklist3" picklistButtonText="Picklist"
                searchVar="sessionScope.SearchMe" fieldName="inputText2"
                varName="tempDoc.picklistValue">
               
                    2
               

                return qt == "40" && compositeData.isEditable;}]]>

           

    • Does not work in repeat control

      By Scott M Skaife 1 decade ago

      I tried setting the value to "questionPicklist3" + @Unique() as well as index.toString() and that does not work either.