[richfaces-issues] [JBoss JIRA] (RF-13390) Region fails to render after ajax request

Lukáš Fryč (JIRA) issues at jboss.org
Tue Jan 21 07:32:28 EST 2014


    [ https://issues.jboss.org/browse/RF-13390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12937494#comment-12937494 ] 

Lukáš Fryč commented on RF-13390:
---------------------------------

Hey Cody, this doesn't work as @region stands for a UIRegion component that doesn't have any visual output and thus it can't be specified as a rendered area (render="@region"):

see output from <r:log />

{code}
RichFaces: New request added to queue. Queue requestGroupingId changed to form:input log.js:186
RichFaces: Queue will wait 0ms before submit log.js:186
RichFaces: richfaces.queue: will submit request NOW log.js:186
RichFaces: Received 'begin' event from <input id=form:input ...> log.js:186
RichFaces: Received 'beforedomupdate' event from <input id=form:input ...> log.js:186
RichFaces: [object Object] log.js:186
RichFaces: [object Object] log.js:186
RichFaces: richfaces.queue: ajax submit error: During update: form:region not found log.js:186
RichFaces: richfaces.queue: Nothing to submit log.js:186
RichFaces: Received 'error at malformedXML' event from <input id=form:input ...> log.js:186
RichFaces: [200]  During update: form:region not found log.js:186
RichFaces: Received 'complete' event from <input id=form:input ...> log.js:186
{code}

I have checked and that is also a case of RF 4.3.x, so it isn't a regression.

I wonder, had it work for your before?
                
> Region fails to render after ajax request
> -----------------------------------------
>
>                 Key: RF-13390
>                 URL: https://issues.jboss.org/browse/RF-13390
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-a4j-core
>         Environment: RF 5 Snapshot: aa130b9c034ceb49814e0d409329828d8b81f0d0
> Wildfly 8.0.0.Beta2-SNAPSHOT
> Mojarra 2.2.4-jbossorg-1 20131017-1524
>            Reporter: Cody Lerum
>            Assignee: Lukáš Fryč
>              Labels: jsf22
>             Fix For: 5.0.0.Alpha3
>
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> When
> {code}
> <r:region>
>   <h:inputText>
>     <r:ajax execute="@this" render="@region" />
>   </h:inputText>
> </r:region>
> {code}
> A partial response seems to be generated with the correct content but the dom is not updated

--
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



More information about the richfaces-issues mailing list