[richfaces-issues] [JBoss JIRA] Created: (RF-1829) Can't click ListShuttle elements

Juan Ignacio S?nchez Lara (JIRA) jira-events at lists.jboss.org
Fri Jan 4 09:11:43 EST 2008


Can't click ListShuttle elements
--------------------------------

                 Key: RF-1829
                 URL: http://jira.jboss.com/jira/browse/RF-1829
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.3
         Environment: SJSAS 8.1, MyFaces 1.1.5
            Reporter: Juan Ignacio S?nchez Lara


I am using listShuttle this way: 
Code: 

<rich:listShuttle sourceValue="#{empresasBean.sectoresDisponibles}"
    sourceCaptionLabel="" rowKeyVar="rowIndex"
    targetValue="#{empresasBean.modelo.sectores}"
    targetCaptionLabel="#{mmE.sectores}" var="sector"
    converter="#{sectorConverter}" id="sectores">

        <rich:column>
                <h:outputText value="#{sector.etiqueta}" />
        </rich:column>
</rich:listShuttle>
	 


It loads both boxes fine. 

When page loads I get this JS error: 

Code: 
C.isSelected is not a function	 


If I click any element it won't do anything (neither throwing new errors not activating buttons). 


-- 
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

        



More information about the richfaces-issues mailing list