Henning Nöth created TOBAGO-2280:
------------------------------------
Summary: Ajax reload on tc:page
Key: TOBAGO-2280
URL: https://issues.apache.org/jira/browse/TOBAGO-2280
Project: MyFaces Tobago
Issue Type: Bug
Components: Core, JavaScript
Affects Versions: 6.2.0, 5.10.0
Reporter: Henning Nöth
If an element should be reloaded via Ajax, the Ajax response only contains this
element.
Currently there is another behavior for tc:page. If the tc:page element is
reloaded via Ajax, the whole <html>-Site is put into the Ajax response. In
Tobago 4 only the tc:page element inside <body> was replaced. Since Tobago 5,
the <tobago-page> element is replaced with the whole <html>-Site, which result
in a broken state.
The behavoir of the faces.js seems to be right. So Ajax reloading for tc:page
must be fixed in Tobago.
See: https://github.com/werpu/jsfs_js_ts/pull/46#issuecomment-1920675793
--
This message was sent by Atlassian Jira
(v8.20.10#820010)