-
We start the joinfaces example with bootRun and get the exception below (using mac os).
Is there any dependency missing?
2017-03-09 13:56:54.907 WARN 14685 --- [ restartedMain] org.reflections.R…
-
I'm receiving the following page when I try to access localhost:8080 with java -jar target/joinfaces-example-2.3.3-SNAPSHOT.jar
```
Whitelabel Error Page
This application has no explicit mappi…
-
Hello,
doing a mvn package , I get the following error:
```
Some problems were encountered while building the effective model for org.joinfaces:joinfaces-example:jar:2.2.0-SNAPSHOT
'reporting.plugin…
-
Some JSF-properties are expecting a fully-qualified class name as their value.
How about using the Java type `Class
-
Some JSF-properties are expecting a list as their value (comma, semicolon or space separated).
How about using the Java type `List` to represent this in the `@ConfigurationProperties`-classes.
## …
-
Be kell konfigurálni a JoinFaces Security modulját, majd ki kell alakítani a bejelenetkező képernyőt, illetve a menün található kijelentkezés gombot be kell üzemelni.
-
I've told the scenario [here](http://stackoverflow.com/questions/40562061/custom-jsf-component-not-rendered-with-myfaces-and-joinfaces).
Any MyFaces user could help us?
Thanks in advance.
-
Bekonfigurálni a projektbe a JoinFaces-t, hogy használni tudjuk a JSF-et.
-
I'm using org.joinfaces:jsf-jetty-spring-boot-starter version 2.2.7
My converter:
`
@FacesConverter(value = "zonedDateTimeConverter")
public class ZonedDateTimeConverter implements Converter {
…
-
Hello i'm using your amazing joinfaces project but recently a encountered a strange behavior:
I followed the [tutorial](http://memorynotfound.com/jsf-custom-input-facescomponent-example/) to create …