Package org.hdiv.components

Examples of org.hdiv.components.HtmlInputHiddenExtension


   * @see org.hdiv.validators.ComponentValidator#validate(javax.faces.context.FacesContext,
   * javax.faces.component.UIComponent)
   */
  public ValidationError validate(FacesContext context, UIComponent component) {

    HtmlInputHiddenExtension inputHidden = (HtmlInputHiddenExtension) component;
    ValidationError error = this.validateHiddenComponent(context, inputHidden);

    return error;
  }
View Full Code Here

TOP

Related Classes of org.hdiv.components.HtmlInputHiddenExtension

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.