My application was working fine and all my h:inputText
component was accepting the blank space (As it is the valid value from the keyboard). We have deployed it in WAS8.5 and using java7. Its working fine in one of our development environment and not working on other dev, as well as our local environments. I have checked in the web.xml file for
<param-name>javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL</param-name>
we don't have anything specified. Can someone please let me for what reason h:inputText component is not accepting blank Spaces
.