[
https://issues.jboss.org/browse/RF-13505?page=com.atlassian.jira.plugin.s...
]
Juraj Húska commented on RF-13505:
----------------------------------
Here are the results of *testing #2*:
There are unfortunatelly still some issues. *First one* in {{r:outputPanel}} and its
{{ajaxRendered}} attribute. Rerendering of the panel seems to not update the component. It
is updated only after full page refresh. It seems to be a regression (did not occur in the
first round of testing). Steps to reproduce:
# deploy Metamer and load:
http://localhost:8080/metamer/faces/components/a4jOutputPanel/simple.xhtml
# set {{ajaxRendered}} to false
# click twice on the button Increase Counter
# see that component is not rerendered (correct)
# click on the Rerender All button
# see that the counter is still 0 (incorrect - should be 2)
*Second one*, this is the issue which was reproducible in the first round of the testing
as well. {{fileUpload}} - after successful uploading it does not rerender
{{r:outputPanel}}, which has set {{ajaxRerender}} to true. Steps to reproduce:
# deploy Metamer, and load
http://localhost:8080/metamer/faces/components/richFileUpload/simple.xhtml
# try to upload e.g. .png picture
# see that after successful upload the r:outputPanel with list of uploaded files is not
rerendered
Issues seems to relate to each other.
Refactor custom tree traversal logic in EPVCI in order to leverage
VisitContextFactory (blocked by Mojarra issue)
-----------------------------------------------------------------------------------------------------------------
Key: RF-13505
URL:
https://issues.jboss.org/browse/RF-13505
Project: RichFaces
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Affects Versions: 5.0.0.Alpha3
Reporter: Lukáš Fryč
Assignee: Juraj Húska
Priority: Critical
Fix For: 4.5.0.Alpha3
Original Estimate: 1 day
Remaining Estimate: 1 day
Mojarra issue:
https://java.net/jira/browse/JAVASERVERFACES-3151
We will still need to use some:
* resolve values in runtime
* add IDs for execution of AjaxOutput's
* collect list of meta-components to render
* wrap PartialResponseWriter#endDocument() for RichFaces extensions and JavascriptService
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)