[richfaces-issues] [JBoss JIRA] (RF-13476) r:ajax does not rerender subcomponents in an outputPanel

Brian Leathem (JIRA) issues at jboss.org
Fri Jan 10 13:36:32 EST 2014


     [ https://issues.jboss.org/browse/RF-13476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-13476:
-------------------------------

    Description: 
Since richfaces5.0.0 alpha2 the r:ajax components does not rerender subcomponents in an outputPanel. It did work in alpha1!
Now I get the following error in my logs:

{quote}
10:17:33,645 SEVERE [meta] /pages/test.xhtml @14,49  render="outputPanel" Unhandled by MetaTagHandler for type org.richfaces.ui.ajax.ajax.AjaxBehavior
{quote}

=> when changed to f:ajax example is working!

See Example for details.
Log output is:
{code}
debug[13:39:13.541]: New request added to queue. Queue requestGroupingId changed to form:selector
debug[13:39:13.543]: Queue will wait 0ms before submit
debug[13:39:13.543]: richfaces.queue: will submit request NOW
info [13:39:13.553]: Received 'begin' event from <select id=form:selector ...>
info [13:39:13.615]: Received 'beforedomupdate' event from <select id=form:selector ...>
debug[13:39:13.616]: Server returned responseText: <?xml version='1.0' encoding='UTF-8'?> <partial-response><changes><update id="javax.faces.ViewState"><![CDATA[-3951616523774896107:7005939840808606034]]></update></changes></partial-response>
info [13:39:13.618]: Listing content of response changes element:
Element update for id=javax.faces.ViewState
<update id="javax.faces.ViewState"><![CDATA[-3951616523774896107:7005939840808606034]]></update>
debug[13:39:13.620]: richfaces.queue: ajax submit successfull
debug[13:39:13.621]: richfaces.queue: Nothing to submit
info [13:39:13.622]: Received 'success' event from <select id=form:selector ...>
info [13:39:13.623]: Received 'complete' event from <select id=form:selector ...>
{code}

  was:
Since richfaces5.0.0 alpha2 the r:ajax components does not rerender subcomponents in an outputPanel. It did work in alpha1!
Now I get the following error in my logs:

10:17:33,645 SEVERE [meta] /pages/test.xhtml @14,49  render="outputPanel" Unhandled by MetaTagHandler for type org.richfaces.ui.ajax.ajax.AjaxBehavior

=> when changed to f:ajax example is working!

See Example for details.
Log output is:
debug[13:39:13.541]: New request added to queue. Queue requestGroupingId changed to form:selector
debug[13:39:13.543]: Queue will wait 0ms before submit
debug[13:39:13.543]: richfaces.queue: will submit request NOW
info [13:39:13.553]: Received 'begin' event from <select id=form:selector ...>
info [13:39:13.615]: Received 'beforedomupdate' event from <select id=form:selector ...>
debug[13:39:13.616]: Server returned responseText: <?xml version='1.0' encoding='UTF-8'?> <partial-response><changes><update id="javax.faces.ViewState"><![CDATA[-3951616523774896107:7005939840808606034]]></update></changes></partial-response>
info [13:39:13.618]: Listing content of response changes element:
Element update for id=javax.faces.ViewState
<update id="javax.faces.ViewState"><![CDATA[-3951616523774896107:7005939840808606034]]></update>
debug[13:39:13.620]: richfaces.queue: ajax submit successfull
debug[13:39:13.621]: richfaces.queue: Nothing to submit
info [13:39:13.622]: Received 'success' event from <select id=form:selector ...>
info [13:39:13.623]: Received 'complete' event from <select id=form:selector ...>


    
> r:ajax does not rerender subcomponents in an outputPanel
> --------------------------------------------------------
>
>                 Key: RF-13476
>                 URL: https://issues.jboss.org/browse/RF-13476
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component, regression
>    Affects Versions: 5.0.0.Alpha2
>         Environment: Win7,JDK6, JBoss EAP 5.1
>            Reporter: Mike K
>              Labels: ajax, richfaces
>         Attachments: test.xhtml, test.xhtml, TestBean.java
>
>
> Since richfaces5.0.0 alpha2 the r:ajax components does not rerender subcomponents in an outputPanel. It did work in alpha1!
> Now I get the following error in my logs:
> {quote}
> 10:17:33,645 SEVERE [meta] /pages/test.xhtml @14,49  render="outputPanel" Unhandled by MetaTagHandler for type org.richfaces.ui.ajax.ajax.AjaxBehavior
> {quote}
> => when changed to f:ajax example is working!
> See Example for details.
> Log output is:
> {code}
> debug[13:39:13.541]: New request added to queue. Queue requestGroupingId changed to form:selector
> debug[13:39:13.543]: Queue will wait 0ms before submit
> debug[13:39:13.543]: richfaces.queue: will submit request NOW
> info [13:39:13.553]: Received 'begin' event from <select id=form:selector ...>
> info [13:39:13.615]: Received 'beforedomupdate' event from <select id=form:selector ...>
> debug[13:39:13.616]: Server returned responseText: <?xml version='1.0' encoding='UTF-8'?> <partial-response><changes><update id="javax.faces.ViewState"><![CDATA[-3951616523774896107:7005939840808606034]]></update></changes></partial-response>
> info [13:39:13.618]: Listing content of response changes element:
> Element update for id=javax.faces.ViewState
> <update id="javax.faces.ViewState"><![CDATA[-3951616523774896107:7005939840808606034]]></update>
> debug[13:39:13.620]: richfaces.queue: ajax submit successfull
> debug[13:39:13.621]: richfaces.queue: Nothing to submit
> info [13:39:13.622]: Received 'success' event from <select id=form:selector ...>
> info [13:39:13.623]: Received 'complete' event from <select id=form:selector ...>
> {code}

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