Manorrock / JSF Demos

JSF SSN outputSSN demo

How to get this to work in your own page

Outputting a Social Security Number should be done in such a way that the user of your system can only see the last 4 digits. This tag will make sure your application does that.

    <ssn:outputSSN xmlns:ssn="http://www.manorrock.com/tld/jsf/ssn"
        value="123456789"/>
                    

Actual demo

Masked SSN: ***-**-6789

Up