0 Replies Latest reply on Feb 15, 2010 10:15 AM by srinadh.ventrapragada

    Facing problem with rich:listShuttle

      Hi All,

       

      Am using rich:listShuttle for one of my requirement and its not allowing me to submit the form. Even i had written a converter for the same. But no result. Below is the code written along with error message.

       

      Code: <rich:listShuttle id="orrMeetingList" sourceValue="#{orrCheckListBean.defaultList}" listsHeight="150"
             targetListWidth="300" sourceListWidth="300" targetValue="#{orrCheckListBean.selectedList}" var="persons"
             sourceCaptionLabel="User Default List" targetCaptionLabel="Selected User List" converter="orrPersonConverter">
                  <rich:column>
                      <h:outputText value="#{persons.firstName}"/>
                  </rich:column>
                  <rich:column>
                      <h:outputText value="#{persons.lastName}"/>
                  </rich:column>
                  <rich:column>
                      <h:outputText value="#{persons.title}"/>
                  </rich:column>
              </rich:listShuttle>

      Error: Has invalid expressions.

       

      Please help me with solution.

       

      Message was edited by: sri nadh