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

lib.form.password.jelly Maven / Gradle / Ivy

The newest version!




  
    Glorified <input type="password">

    
      Used for databinding. TBD.
    
    
      This becomes @name of the <input> tag.
      If @field is specified, this value is inferred from it.
    
    
      The initial value of the field. This becomes the @value of the <input> tag.
      If @field is specified, the current property from the "instance" object
      will be set as the initial value automatically,
      which is the recommended approach.
    
    
      Additional CSS class(es) to add (such as client-side validation clazz="required",
      "number" or "positive-number"; these may be combined, as clazz="required number").
    
    
      If specified, the value entered in this input field will be checked (via AJAX)
      against this URL, and errors will be rendered under the text field.

      If @field is specified, this will be inferred automatically,
      which is the recommended approach.
    
  
  
  





© 2015 - 2025 Weber Informatics LLC | Privacy Policy