[JBoss JIRA] Created: (RF-6131) LimitToList attribute does not work inside dataTable
by Andrei Markavtsov (JIRA)
LimitToList attribute does not work inside dataTable
----------------------------------------------------
Key: RF-6131
URL: https://jira.jboss.org/jira/browse/RF-6131
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: RF 3.3.1 SNAPSHOT
Facelets 1.1.14
JSF 1.2._11
Reporter: Andrei Markavtsov
Assignee: Anton Belevich
Priority: Critical
Fix For: 3.3.1
<rich:dataTable id="dt" value="#{bean.visible}" rowKeyVar="row">
<rich:column>
<f:facet name="header">
<h:outputText value="Header"></h:outputText>
</f:facet>
<h:outputText id="time" value="#{bean.time}"></h:outputText>
<a4j:commandLink value="Rerender Time" reRender="time" limitToList="true"></a4j:commandLink>
</rich:column>
</rich:dataTable>
Time was not rerendered after submit link was clicked.
All works fine if limitToList=false.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months
[JBoss JIRA] Created: (RF-4481) fileUpload doesn't support attribute "onuploadcomplete"
by Alexander Belov (JIRA)
fileUpload doesn't support attribute "onuploadcomplete"
-------------------------------------------------------
Key: RF-4481
URL: https://jira.jboss.org/jira/browse/RF-4481
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Alexander Belov
I use fileUpload component inside modalPanel.
<rich:fileUpload maxFilesQuantity="1"
fileUploadListener="#{importTerminsBean.fileUploadListener}"
acceptedTypes="txt"
addControlLabel="#{bundle.addLabel}"
cancelEntryControlLabel="#{bundle.cancelLabel}"
stopControlLabel="#{bundle.stopLabel}"
clearAllControlLabel="#{bundle.clearAllLabel}"
clearControlLabel="#{bundle.clearLabel}"
uploadControlLabel="#{bundle.uploadLabel}"
immediateUpload="true"
onuploadcomplete="alert('complete');"
/>
It worked at 3.2.1, but now client script is not calling.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months