-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.2
-
Fix Version/s: 9.3
-
Component/s: Content Views, Seam / JSF UI
-
Tags:
-
Team:AT
-
Sprint:nxAT Sprint 9.3.5
-
Story Points:1
The default content view filter popup is embedded directly in the page template.
When defining tabs showing a content view from Studio, the content view is wrapped in a container: the filter popup does not open properly on these because the re-render does not find the target component (their id is prefixed).
Replacing f:ajax tags by a4j:ajax tags allow working around this component resolution bug: the tag from richfaces library resolves local component first.