quarkus-faces icon indicating copy to clipboard operation
quarkus-faces copied to clipboard

Quarkus meets Faces

Results 4 quarkus-faces issues
Sort by recently updated
recently updated
newest added

Hello, I'm working on an app that has to use Form Authentication. Normally we would just create a form posting to `/j_security_check` and that would work with Quarkus. But I...

question

I tried to add a programmatic view with the `@View` annotation, but when I access http://localhost:8080/facelet.xhml it returns 404 ``` @View("/facelet.xhtml") @ApplicationScoped public class FaceletView extends Facelet { @Override public...

bug

Steps to reproduce it: Clone: `git clone https://github.com/melloware/quarkus-faces` Build: `mvn package -Pnative` Result: ``` Fatal error: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: An object of type 'jakarta.faces.model.ListDataModel' was found in the image heap. This type,...

bug

Fix #568

bug