-
Static texts and html tags (like ``) from nodes are rendered at the top of organigram.
Sample XHTML:
```
Node: #{node.data}
```
Sample Bean:
```
public class TestVie…
-
1. If i checkout the current snapshot version (2.4.0-SNAPSHOT) i get a Exception in Eclipse IDE, that "Dynamic Web Module 3.1 requires Java 1.7 or newer." because Maven Compiler Plugin use 1.6 to buil…
-
Hey,
I cloned the current repo and cant start my application. I think it has something to do with the last changes in the jsf facesconfig classes by @larsgrefer
```
2018-03-14 23:13:44.002 IN…
-
I am using BootsFaces 1.1.3 with PrimeFaces 6.1. I am trying to create some forms, and on my fields (e.g. `inputText`, `dateTimePicker`) I am setting `render-label="false"` or `renderLabel="false"`, a…
kgeis updated
6 years ago
-
[Spring Boot 2.0 is now generally available](https://spring.io/blog/2018/03/01/spring-boot-2-0-goes-ga)
-
I'm trying to set jsf.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL property, so empty strings are interpreted as null. But it doesn't work.
I can see the context parameter is set to true:
```
/…
-
Hi there,
I was brining the project up and I get the following error:
Caused by: java.lang.NoSuchMethodError: org.reflections.util.ConfigurationBuilder.setExpandSuperTypes(Z)Lorg/reflections/uti…
-
With JSF 2.3 now released, the JSF game is now really on!
http://arjan-tijms.omnifaces.org/2017/03/jsf-23-released.html
Any plans to support JSF 2.3?
-
Am not sure if its **joinfaces** related !
```
23:37:50 | ERROR | org.springframework.boot.SpringApplication | Application startup failed
java.lang.IllegalArgu…
-
I have an old application which is written using primefaces 4. I'm trying to add spring support using joinfaces, but the app is not compatible with primefaces 6+, so I'm trying to avoid the upgrade.
…