All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.mojarra_ext.tld Maven / Gradle / Ivy





    1.1

    mj
    http://mojarra.dev.java.net/mojarra_ext
    
         
            A validator that uses the pattern attribute to validate the wrapping
            component.  The entire pattern is matched against the String value
            of the component.  If it matches, it's valid.
        
        regexValidator
        com.sun.faces.taglib.jsf_core.RegexValidatorTag
        empty
        
            
                A regular expression pattern.  Remember that, like in all Java
                strings, backslash must be escaped with another backslash.
                Additionally, to use #{ in a regex, it must also be escaped, since
                it will otherwise be interpreted as an EL expression.
            
            pattern
            true
            
                java.lang.String
            

        
    
    
        
            A validator that checks a credit card number to see that it's valid,
            using the Luhn Algorithm.  The credit card number may only have numbers,
            as well as dashes and spaces, which are ignored.
        
        creditcardValidator
        com.sun.faces.ext.taglib.CreditCardValidatorTag
        empty
    
    
        
            A tag to set the focus on a specified field.  Place it within a form
            tag, and set the for attribute to point to the field that should receive
            the focus.
        
        focus
        com.sun.faces.ext.taglib.FocusTag
        empty
        
            A value binding that points to a bean property
            binding
        
        
            The client id of this component
            id
        
        
            Is this component rendered?
            rendered
        
        
            component ID that should receive the focus
            for
            true
            
                java.lang.String
            
        
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy