You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
hantsy
changed the title
All Facelet view in Java are appended a jfwid param when ClientWindowScoped is enabled
All Facelet view are appended a jfwid param when ClientWindowScoped is enabled
Nov 26, 2023
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
mvn clean package cargo:run
jfwid
param will be appended to URL.The text was updated successfully, but these errors were encountered: