https://github.com/seam/faces/blob/develop/impl/src/main/java/org/jboss/seam/faces/context/ViewScopedContext.java
The built-in support for @ConversationScoped for JSF depends on passing parameters around in the URL, which won't work here. It'd be better to add a @ViewScoped annotation (perhaps in the XPages Jakarta EE project) and then support it with special handling in this runtime.
https://github.com/seam/faces/blob/develop/impl/src/main/java/org/jboss/seam/faces/context/ViewScopedContext.java
The built-in support for
@ConversationScopedfor JSF depends on passing parameters around in the URL, which won't work here. It'd be better to add a@ViewScopedannotation (perhaps in the XPages Jakarta EE project) and then support it with special handling in this runtime.