Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0-RC2
-
None
-
None
Description
Generated Viewstate:
<input type="hidden" name="jakarta.faces.ViewState" id="j_id__v_0:jakarta.faces.ViewState:1" value="NzVhMDlkOGYwNjY1ZWZkODAwMDAwMDAy" autocomplete="off">
The test expects the name attribute to be prefixed with `j_id__v_0`. My understanding is this should only apply when the view root is an instance of a NamingContainer.
The test app's faces-config has the following configuration:
https://github.com/jakartaee/faces/blob/master/tck/faces23/namespacedView/src/main/webapp/WEB-INF/faces-config.xml#L25-L28