danteCarvalho
danteCarvalho
I put the noCache configuration, but still got the blank page. i also updated to version 2.7.18 I am using the Jboss EAP 7.0.0 Java 8 web.xml ```xml TechBox login.xhtml...
I just tryed to put a conditional breakpoint on the isUnloadRequest "unload".equals(getRequestParameter(context, "omnifaces.event")) == true ```java public static boolean isUnloadRequest(FacesContext context) { return "unload".equals(getRequestParameter(context, "omnifaces.event")); } ``` but the breakpoint...
If i start the project with omnifaces 2 the deploy works Processing weld deployment TesteWeb.war 16/05 22:52:20,249 [INFO] [org.jboss.weld.deployer] WFLYWELD0006: Starting Services for CDI deployment: TesteWeb.war 16/05 22:52:20,256 [INFO] [org.jboss.weld.deployer]...
 What i mean is this above, currently there is only support for flutter
i have the same problem