viewParam and INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL

2019-03-16 Thread Erick de Oliveira Leal
I was testing here. And INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL have different behavior using Jetty and WildFly 16 + MyFaces 2.3.3 1st case: http://localhost:8080/primefaces-test/test.xhtml WildFly: value is null Jetty: Value is null 2nd case:

Re: viewParam and INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL

2019-03-16 Thread Erick de Oliveira Leal
I forgot to add bean and xhtml: http://www.w3.org/1999/xhtml; xmlns:ui="http://java.sun.com/jsf/facelets; xmlns:f="http://java.sun.com/jsf/core; xmlns:p="http://primefaces.org/ui; xmlns:h="http://java.sun.com/jsf/html;> PrimeFaces Test