[JBoss JIRA] Assigned: (RF-3282) jsFunction defined inside the datatable has last "var" value
by Aleksej Yanul (JIRA)
[ http://jira.jboss.com/jira/browse/RF-3282?page=all ]
Aleksej Yanul reassigned RF-3282:
---------------------------------
Assignee: Aleksej Yanul (was: Alexander Smirnov)
> jsFunction defined inside the datatable has last "var" value
> ------------------------------------------------------------
>
> Key: RF-3282
> URL: http://jira.jboss.com/jira/browse/RF-3282
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.4
> Reporter: Tomislav Tkal?evi?
> Assigned To: Aleksej Yanul
> Fix For: 3.2.1
>
>
> When using jsFunction inside a datatable(inside a rich:column),
> Code:
> <r:dataTable var="v" value="#{myBean.list}" ...
>
> and that jsFunction has some method like:
> Code:
> <a:jsFunction eventsQueue="red"
> name="js_AddAction" action="#{myBean.process(v)}" />
>
> If some element calls that jsFunction on his event,
> Code:
> <t:inputText value="#{v.property}" onkeypress="js_AddAction();"/>
>
> value of the var inside the jsFunction action attribute (if that jsFunction is defined inside the datatable)
> is always the last value of the var in the datatable,not the current value
> of that var.
--
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
16 years, 8 months
[JBoss JIRA] Created: (RF-2783) 3.2.0CR5: progressBar has wrong layout when fileUpload is completed
by Juergen Zimmermann (JIRA)
3.2.0CR5: progressBar has wrong layout when fileUpload is completed
-------------------------------------------------------------------
Key: RF-2783
URL: http://jira.jboss.com/jira/browse/RF-2783
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: RF 3.2.0CR5
Reporter: Juergen Zimmermann
I'm using rich:fileUpload with nested facets for label and progressBar as shown below. However, when the upload is finished the final progressBar looks wrong. A screenshot will be provided.
<rich:fileUpload id="datei"
fileUploadListener="#{kv.uploadListener}"
maxFilesQuantity="1"
acceptedTypes="gif, jpg, jpeg, png"
listHeight="63px"
immediateUpload="true">
<f:facet name="label">
<h:outputText value="#{i18n['upload.progressBar.label']}"/>
</f:facet>
<f:facet name="progress">
<rich:progressBar style="width: 100%;"/>
</f:facet>
--
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
16 years, 8 months