eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
158 stars 107 forks source link

All Facelet view are appended a jfwid param when ClientWindowScoped is enabled #5365

Open hantsy opened 7 months ago

hantsy commented 7 months ago

Environment:

When I created a @ClientWindowScoped bean/view example, and navigate back to other views.

I found all Facelets views are appendded a jfwid param like the @ClientWindowScoped bean/view. The view used ajax in XHTML format is not affected, such as https://github.com/hantsy/jakartaee10-sandbox/blob/master/faces/src/main/webapp/hello.xhtml#L25.

Check example project: https://github.com/hantsy/jakartaee10-sandbox/tree/master/faces