[
https://issues.jboss.org/browse/RF-13505?page=com.atlassian.jira.plugin.s...
]
Juraj Húska edited comment on RF-13505 at 3/18/14 1:02 PM:
-----------------------------------------------------------
So I finally managed to run the job with proper versions.
I have found one *major* bug, which IMHO affects other demos.
{{r:ajax}} - {{render}} attribute, and overall rendering of components does not work
correctly.
How to reproduce:
# download metamer.war built in the job, from
[
here|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view...]
# deploy it on WildFly 8.0.0.Final
# load page:
http://localhost:8080/metamer/faces/components/a4jAjax/hCommandButton.xhtml
# set {{render}} attribute to: {{[output1]}}
# submit some value
# see that both outputs are rendered, only first one should be
Other demos (other failed tests) are affected as well:
* fileupload - after successful picture uploading, the info about it is not rendered
correctly
* all the other components and {{r:ajax}} render attribute
was (Author: jhuska):
So I finally managed to run the job with proper versions.
I have found one major bug, which IMHO affects other demos.
{{r:ajax}} - {{render}} attribute, and overall rendering of components does not work
correctly.
How to reproduce:
# download metamer.war built in the job, from
[
here|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view...]
# deploy it on WildFly 8.0.0.Final
# load page:
http://localhost:8080/metamer/faces/components/a4jAjax/hCommandButton.xhtml
# set {{render}} attribute to: {{[output1]}}
# submit some value
# see that both outputs are rendered, only first one should be
Other demos (other failed tests) are affected as well:
* fileupload - after successful picture uploading, the info about it is not rendered
correctly
* all the other components and {{r:ajax}} render attribute
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
Fix For: 5.0.0.Alpha4
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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira