eclipse-ee4j / mojarra

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

The jfwid param is not present in ClientWindowScoped bean/view if Ajax is enabled #5366

Open hantsy opened 7 months ago

hantsy commented 7 months ago

Jakarta EE 10/Faces 4.0/Glassfish, example project: https://github.com/hantsy/jakartaee10-sandbox/tree/master/faces

If I enabled the ajax in the submit button, like this, https://github.com/hantsy/jakartaee10-sandbox/blob/master/faces/src/main/webapp/chat.xhtml#L27