I'm using Tomcat 8. With the context parameter javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL
as true
, Strings submitted in forms still come as empty strings. On Wildfly this parameter works. Is it a bug of Tomcat 8?
Asked
Active
Viewed 71 times
0
-
Yep, see also blog [The empty String madness](http://balusc.omnifaces.org/2015/10/the-empty-string-madness.html) for a bit of history. – BalusC Nov 09 '15 at 11:03
-
Thanks, it's works now! – Odione Nov 10 '15 at 12:15