Manorrock / JSF Demos

JSF SSN inputSSN demo

How to get this to work in your own page

This demo does not require you to enter an SSN, if you do not enter an SSN it will silently come back to this page. However if you do enter some values for the SSN it will validate the SSN.

    <ssn:inputSSN  xmlns:ssn="http://www.manorrock.com/tld/jsf/ssn" value="#{ssnBean.ssn}"/>
                    

Actual demo

Enter a SSN:

Up