Google News
logo
Java PrimeFaces - Interview Questions
How to implement the PrimeFaces inputMask component in JSF?
It is a special type of input box which forces the user to enter formatted input. We can create it by using <p:inputMask> component. It takes input in a certain pattern. It is useful when we want formatted user input.
Advertisement