[
http://jira.jboss.com/jira/browse/RF-1829?page=all ]
Nick Belaevski resolved RF-1829.
--------------------------------
Fix Version/s: 3.1.4
(was: 3.2.0)
Resolution: Done
That's been resolved in 3.1.4/3.2.0 snapshots. Set script loading strategy to default
as a workaround
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
Fix For: 3.1.4
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