[
http://jira.jboss.com/jira/browse/RF-1829?page=all ]
Ilya Shaikovsky reassigned RF-1829:
-----------------------------------
Assignee: Nick Belaevski
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
Assigned To: Nick Belaevski
Attachments: RichFacesTesting.war
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